Color Hex Logo

#301b31 Color Hex

#301B31
(48,27,49)
0 Favorites   0 Comments

Color spaces of #301b31

RGB 482749
HSL0.830.290.15
HSV297°45°19°
CMYK 0.020.450.00   0.81
XYZ2.16521.63403.1070
Yxy1.63400.31350.2366
Hunter Lab12.78287.8651-5.4631
CIE-Lab13.435814.8609-10.3650

#301b31 color RGB value is (48,27,49).

#301b31 hex color red value is 48, green value is 27 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #301b31 hue: 0.83 , saturation: 0.29 and the lightness value of 301b31 is 0.15.

The process color (four color CMYK) of #301b31 color hex is 0.02, 0.45, 0.00, 0.81. Web safe color of #301b31 is #333333. Color #301b31 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00011011 00110001
Octal 60 33 61
Decimal 48 27 49
Hex 30 1B 31

RGB Percentages of Color #301b31

%38.71
%21.77
%39.52

CMYK Percentages of Color #301b31

%2
%45
%0
%81

Triadic Colors of #301b31

#301b31 #31301b #1b3130

Analogous Colors of #301b31

#301b31 #311b27 #251b31

Monochromatic Colors of #301b31

#301b31

Complementary Color

#301b31 #1c311b

#301b31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#301b31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#301b31 Color CSS Codes

.mybgcolor {background-color:#301b31; } 
.myforecolor {color:#301b31; }
.mybordercolor {border:3px solid #301b31; }

#301b31 Text Font Color

<p style="color:#301b31">Text here</p>

This sample text font color is #301b31
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#301b31 Background Color

<div style="background-color:#301b31">
Div content here</div>

This div background color is #301b31


#301b31 Border Color

<div style="border:3px solid #301b31">
Div here</div>

This div border color is #301b31


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,27,49, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #301b31; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #301b31;
  -webkit-box-shadow: 1px 1px 3px 2px #301b31;
  box-shadow:         1px 1px 3px 2px #301b31; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,27,49, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #301b31">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #301b31;
  -webkit-box-shadow: 1px 1px 3px 2px #301b31;
  box-shadow:         1px 1px 3px 2px #301b31;">
Div content here</div>

This div box has shadow with color #301b31


Comments

No comments written yet.

Please login to write comment.