#0D0802

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

Shades of Black #0D0802

Tints of Black #0D0802

Color information

#0D0802 (or 0x0D0802) is unknown color: approx Black. HEX triplet: 0D, 08 and 02. RGB value is (13,8,2). Sum of RGB (Red+Green+Blue) = 13+8+2=23 (3% of max value = 765). Red value is 13 (5.47% from 255 or 56.52% from 23); Green value is 8 (3.52% from 255 or 34.78% from 23); Blue value is 2 (1.17% from 255 or 8.70% from 23); Max value from RGB is 13 - color contains mainly: red. Hex color #0D0802 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0802 is #F2F7FD. Grayscale: #080808. Windows color (decimal): -15923198 or 133133. OLE color: 133133.

HSL color Cylindrical-coordinate representation of color #0D0802: hue angle of 32.73º 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 #0D0802 is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.95.

Color convert

RGB1382-
CMYK00.380.850.95
HSL32.73º73.33%2.94%-
HSV(B)32.73º84.62%5.1%-
XYZ0.260.260.09-
YUV8.81124.16130.99-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 56.52%
GREEN value IS 8 (3.52% from 255) = 34.78%
BLUE value IS 2 (1.17% from 255) = 8.70%
R=56.52%
G=34.78%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.85
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal138200.380.850.9532.7373.332.94
HexD82026555F21493
Octal15102046125137411113
Binary1101100010010011010101011011111100001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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