Color Hex Logo

#30011d Color Hex

#30011D
(48,1,29)
0 Favorites   0 Comments

Color spaces of #30011d

RGB 48129
HSL0.900.960.10
HSV324°98°19°
CMYK 0.000.980.40   0.81
XYZ1.45150.73881.2285
Yxy0.73880.42460.2161
Hunter Lab8.595315.1015-2.4573
CIE-Lab6.673526.3191-5.7652

#30011d color RGB value is (48,1,29).

#30011d hex color red value is 48, green value is 1 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #30011d hue: 0.90 , saturation: 0.96 and the lightness value of 30011d is 0.10.

The process color (four color CMYK) of #30011d color hex is 0.00, 0.98, 0.40, 0.81. Web safe color of #30011d is #330033. Color #30011d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000001 00011101
Octal 60 1 35
Decimal 48 1 29
Hex 30 1 1D

RGB Percentages of Color #30011d

%61.54
%1.28
%37.18

CMYK Percentages of Color #30011d

%0
%98
%40
%81

Triadic Colors of #30011d

#30011d #1d3001 #011d30

Analogous Colors of #30011d

#30011d #300105 #2c0130

Monochromatic Colors of #30011d

#30011d

Complementary Color

#30011d #013014

#30011d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30011d Color Preview on White Background

Lorem ipsum dolor sit amet.

#30011d Color CSS Codes

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

#30011d Text Font Color

<p style="color:#30011d">Text here</p>

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


#30011d Background Color

<div style="background-color:#30011d">
Div content here</div>

This div background color is #30011d


#30011d Border Color

<div style="border:3px solid #30011d">
Div here</div>

This div border color is #30011d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30011d


Comments

No comments written yet.

Please login to write comment.