#1D0404

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

Shades of Black #1D0404

Tints of Black #1D0404

Color information

#1D0404 (or 0x1D0404) is unknown color: approx Black. HEX triplet: 1D, 04 and 04. RGB value is (29,4,4). Sum of RGB (Red+Green+Blue) = 29+4+4=37 (4% of max value = 765). Red value is 29 (11.72% from 255 or 78.38% from 37); Green value is 4 (1.95% from 255 or 10.81% from 37); Blue value is 4 (1.95% from 255 or 10.81% from 37); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0404 is #E2FBFB. Grayscale: #0B0B0B. Windows color (decimal): -14875644 or 263197. OLE color: 263197.

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

Color convert

RGB2944-
CMYK00.860.860.89
HSL75.76%6.47%-
HSV(B)86.21%11.37%-
XYZ0.570.360.15-
YUV11.47123.78140.5-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 78.38%
GREEN value IS 4 (1.95% from 255) = 10.81%
BLUE value IS 4 (1.95% from 255) = 10.81%
R=78.38%
G=10.81%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.86
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal294400.860.860.89075.766.47
Hex1D44056565904c6
Octal3544012612613101146
Binary11101100100010101101010110101100101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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