Color Hex Logo

#30031b Color Hex

#30031B
(48,3,27)
0 Favorites   0 Comments

Color spaces of #30031b

RGB 48327
HSL0.910.880.10
HSV328°94°19°
CMYK 0.000.940.44   0.81
XYZ1.44930.77261.1097
Yxy0.77260.43500.2319
Hunter Lab8.789814.0499-1.3325
CIE-Lab6.978824.9404-3.7436

#30031b color RGB value is (48,3,27).

#30031b hex color red value is 48, green value is 3 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #30031b hue: 0.91 , saturation: 0.88 and the lightness value of 30031b is 0.10.

The process color (four color CMYK) of #30031b color hex is 0.00, 0.94, 0.44, 0.81. Web safe color of #30031b is #330033. Color #30031b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000011 00011011
Octal 60 3 33
Decimal 48 3 27
Hex 30 3 1B

RGB Percentages of Color #30031b

%61.54
%3.85
%34.62

CMYK Percentages of Color #30031b

%0
%94
%44
%81

Triadic Colors of #30031b

#30031b #1b3003 #031b30

Analogous Colors of #30031b

#30031b #300304 #2f0330

Monochromatic Colors of #30031b

#30031b

Complementary Color

#30031b #033018

#30031b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30031b Color Preview on White Background

Lorem ipsum dolor sit amet.

#30031b Color CSS Codes

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

#30031b Text Font Color

<p style="color:#30031b">Text here</p>

This sample text font color is #30031b
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.


#30031b Background Color

<div style="background-color:#30031b">
Div content here</div>

This div background color is #30031b


#30031b Border Color

<div style="border:3px solid #30031b">
Div here</div>

This div border color is #30031b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30031b


Comments

No comments written yet.

Please login to write comment.