#1D0401

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

Shades of Black #1D0401

Tints of Black #1D0401

Color information

#1D0401 (or 0x1D0401) is unknown color: approx Black. HEX triplet: 1D, 04 and 01. RGB value is (29,4,1). Sum of RGB (Red+Green+Blue) = 29+4+1=34 (4% of max value = 765). Red value is 29 (11.72% from 255 or 85.29% from 34); Green value is 4 (1.95% from 255 or 11.76% from 34); Blue value is 1 (0.78% from 255 or 2.94% from 34); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0401 is #E2FBFE. Grayscale: #0B0B0B. Windows color (decimal): -14875647 or 66589. OLE color: 66589.

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

Color convert

RGB2941-
CMYK00.860.970.89
HSL6.43º93.33%5.88%-
HSV(B)6.43º96.55%11.37%-
XYZ0.560.350.07-
YUV11.13122.28140.74-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 85.29%
GREEN value IS 4 (1.95% from 255) = 11.76%
BLUE value IS 1 (0.78% from 255) = 2.94%
R=85.29%
G=11.76%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.97
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal294100.860.970.896.4393.335.88
Hex1D41056615965d6
Octal3541012614113161356
Binary11101100101010110110000110110011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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