#1D0702

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

Shades of Black #1D0702

Tints of Black #1D0702

Color information

#1D0702 (or 0x1D0702) is unknown color: approx Black. HEX triplet: 1D, 07 and 02. RGB value is (29,7,2). Sum of RGB (Red+Green+Blue) = 29+7+2=38 (5% of max value = 765). Red value is 29 (11.72% from 255 or 76.32% from 38); Green value is 7 (3.12% from 255 or 18.42% from 38); Blue value is 2 (1.17% from 255 or 5.26% from 38); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0702 is #E2F8FD. Grayscale: #0D0D0D. Windows color (decimal): -14874878 or 132893. OLE color: 132893.

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

Color convert

RGB2972-
CMYK00.760.930.89
HSL11.11º87.1%6.08%-
HSV(B)11.11º93.1%11.37%-
XYZ0.590.420.11-
YUV13.01121.79139.41-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 76.32%
GREEN value IS 7 (3.12% from 255) = 18.42%
BLUE value IS 2 (1.17% from 255) = 5.26%
R=76.32%
G=18.42%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.93
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal297200.760.930.8911.1187.16.08
Hex1D7204C5D59b576
Octal35720114135131131276
Binary1110111110010011001011101101100110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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