#0D0602

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

Shades of Black #0D0602

Tints of Black #0D0602

Color information

#0D0602 (or 0x0D0602) is unknown color: approx Black. HEX triplet: 0D, 06 and 02. RGB value is (13,6,2). Sum of RGB (Red+Green+Blue) = 13+6+2=21 (2% of max value = 765). Red value is 13 (5.47% from 255 or 61.90% from 21); Green value is 6 (2.73% from 255 or 28.57% from 21); Blue value is 2 (1.17% from 255 or 9.52% from 21); Max value from RGB is 13 - color contains mainly: red. Hex color #0D0602 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0602 is #F2F9FD. Grayscale: #070707. Windows color (decimal): -15923710 or 132621. OLE color: 132621.

HSL color Cylindrical-coordinate representation of color #0D0602: hue angle of 21.82º degrees, saturation: 0.73, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D0602 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.95.

Color convert

RGB1362-
CMYK00.540.850.95
HSL21.82º73.33%2.94%-
HSV(B)21.82º84.62%5.1%-
XYZ0.240.220.09-
YUV7.64124.82131.83-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 61.90%
GREEN value IS 6 (2.73% from 255) = 28.57%
BLUE value IS 2 (1.17% from 255) = 9.52%
R=61.90%
G=28.57%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.85
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal136200.540.850.9521.8273.332.94
HexD62036555F16493
Octal1562066125137261113
Binary11011101001101101010101101111110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D0602; }

 p { color: rgb(13,6,2); }

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

<style>
 a { background-color: #0D0602; }

 a { background-color: rgb(13,6,2); }

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

<style>
 span { border-color: #0D0602; }

 span { border-color: rgb(13,6,2); }

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