#1D0400

Color #1D0400 Black (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black #1D0400

Tints of Black #1D0400

Color information

#1D0400 (or 0x1D0400) is unknown color: approx Black. HEX triplet: 1D, 04 and 00. RGB value is (29,4,0). Sum of RGB (Red+Green+Blue) = 29+4+0=33 (4% of max value = 765). Red value is 29 (11.72% from 255 or 87.88% from 33); Green value is 4 (1.95% from 255 or 12.12% from 33); Blue value is 0 (0.39% from 255 or 0% from 33); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0400 is #E2FBFF. Grayscale: #0B0B0B. Windows color (decimal): -14875648 or 1053. OLE color: 1053.

HSL color Cylindrical-coordinate representation of color #1D0400: hue angle of 8.28º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D0400 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.89.

Color convert

RGB2940-
CMYK00.8610.89
HSL8.28º100%5.69%-
HSV(B)8.28º100%11.37%-
XYZ0.550.350.04-
YUV11.02121.78140.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 29 (11.72% from 255) = 87.88%
GREEN value IS 4 (1.95% from 255) = 12.12%
BLUE value IS 0 (0.39% from 255) = 0%
R=87.88%
G=12.12%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 1
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal294000.8610.898.281005.69
Hex1D4005664598646
Octal35400126144131101446
Binary111011000010101101100100101100110001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D0400; }

 p { color: rgb(29,4,0); }

 H1.HeaderClassName
 {
   color: #1D0400;
 }
 .AnyTagClassName
 {
   color: #1D0400;
 }
</style>
background-color css

<style>
 a { background-color: #1D0400; }

 a { background-color: rgb(29,4,0); }

 div.DivClassName
 {
   background-color: #1D0400;
 }
 .BgClassName
 {
   background-color: #1D0400;
 }
</style>
border-color css

<style>
 span { border-color: #1D0400; }

 span { border-color: rgb(29,4,0); }

 td.TdClassName
 {
   border-color: #1D0400;
 }
 .TagClassName
 {
   border-color: #1D0400;
 }
</style>