#0A0606

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

Shades of Black #0A0606

Tints of Black #0A0606

Color information

#0A0606 (or 0x0A0606) is unknown color: approx Black. HEX triplet: 0A, 06 and 06. RGB value is (10,6,6). Sum of RGB (Red+Green+Blue) = 10+6+6=22 (2% of max value = 765). Red value is 10 (4.30% from 255 or 45.45% from 22); Green value is 6 (2.73% from 255 or 27.27% from 22); Blue value is 6 (2.73% from 255 or 27.27% from 22); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0606 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0606 is #F5F9F9. Grayscale: #070707. Windows color (decimal): -16120314 or 394762. OLE color: 394762.

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

Color convert

RGB1066-
CMYK00.40.40.96
HSL25%3.14%-
HSV(B)40%3.92%-
XYZ0.220.210.2-
YUV7.2127.33130-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 45.45%
GREEN value IS 6 (2.73% from 255) = 27.27%
BLUE value IS 6 (2.73% from 255) = 27.27%
R=45.45%
G=27.27%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.4
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal106600.40.40.960253.14
HexA6602828600193
Octal1266050501400313
Binary10101101100101000101000110000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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