#0A0806

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

Shades of Black #0A0806

Tints of Black #0A0806

Color information

#0A0806 (or 0x0A0806) is unknown color: approx Black. HEX triplet: 0A, 08 and 06. RGB value is (10,8,6). Sum of RGB (Red+Green+Blue) = 10+8+6=24 (3% of max value = 765). Red value is 10 (4.30% from 255 or 41.67% from 24); Green value is 8 (3.52% from 255 or 33.33% from 24); Blue value is 6 (2.73% from 255 or 25% from 24); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0806 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0806 is #F5F7F9. Grayscale: #080808. Windows color (decimal): -16119802 or 395274. OLE color: 395274.

HSL color Cylindrical-coordinate representation of color #0A0806: hue angle of 30º degrees, saturation: 0.25, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #0A0806 is Cyan = 0, Magento = 0.2, Yellow = 0.4 and Black (K on CMYK) = 0.96.

Color convert

RGB1086-
CMYK00.20.40.96
HSL30º25%3.14%-
HSV(B)30º40%3.92%-
XYZ0.240.250.21-
YUV8.37126.66129.16-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 41.67%
GREEN value IS 8 (3.52% from 255) = 33.33%
BLUE value IS 6 (2.73% from 255) = 25%
R=41.67%
G=33.33%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.4
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal108600.20.40.9630253.14
HexA8601428601e193
Octal121060245014036313
Binary101010001100101001010001100000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,8,6); }

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

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

 a { background-color: rgb(10,8,6); }

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

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

 span { border-color: rgb(10,8,6); }

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