#1D0502

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

Shades of Black #1D0502

Tints of Black #1D0502

Color information

#1D0502 (or 0x1D0502) is unknown color: approx Black. HEX triplet: 1D, 05 and 02. RGB value is (29,5,2). Sum of RGB (Red+Green+Blue) = 29+5+2=36 (4% of max value = 765). Red value is 29 (11.72% from 255 or 80.56% from 36); Green value is 5 (2.34% from 255 or 13.89% from 36); Blue value is 2 (1.17% from 255 or 5.56% from 36); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0502 is #E2FAFD. Grayscale: #0B0B0B. Windows color (decimal): -14875390 or 132381. OLE color: 132381.

HSL color Cylindrical-coordinate representation of color #1D0502: hue angle of 6.67º 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 #1D0502 is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.89.

Color convert

RGB2952-
CMYK00.830.930.89
HSL6.67º87.1%6.08%-
HSV(B)6.67º93.1%11.37%-
XYZ0.570.370.1-
YUV11.83122.45140.24-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 80.56%
GREEN value IS 5 (2.34% from 255) = 13.89%
BLUE value IS 2 (1.17% from 255) = 5.56%
R=80.56%
G=13.89%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.93
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal295200.830.930.896.6787.16.08
Hex1D520535D597576
Octal3552012313513171276
Binary111011011001010011101110110110011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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