#1D0302

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

Shades of Black #1D0302

Tints of Black #1D0302

Color information

#1D0302 (or 0x1D0302) is unknown color: approx Black. HEX triplet: 1D, 03 and 02. RGB value is (29,3,2). Sum of RGB (Red+Green+Blue) = 29+3+2=34 (4% of max value = 765). Red value is 29 (11.72% from 255 or 85.29% from 34); Green value is 3 (1.56% from 255 or 8.82% from 34); Blue value is 2 (1.17% from 255 or 5.88% from 34); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0302 is #E2FCFD. Grayscale: #0A0A0A. Windows color (decimal): -14875902 or 131869. OLE color: 131869.

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

Color convert

RGB2932-
CMYK00.900.930.89
HSL2.22º87.1%6.08%-
HSV(B)2.22º93.1%11.37%-
XYZ0.550.330.09-
YUV10.66123.11141.08-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 85.29%
GREEN value IS 3 (1.56% from 255) = 8.82%
BLUE value IS 2 (1.17% from 255) = 5.88%
R=85.29%
G=8.82%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.93
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal293200.900.930.892.2287.16.08
Hex1D3205A5D592576
Octal3532013213513121276
Binary1110111100101101010111011011001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,3,2); }

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

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

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

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

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

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

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