#0A0909

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

Shades of Black #0A0909

Tints of Black #0A0909

Color information

#0A0909 (or 0x0A0909) is unknown color: approx Black. HEX triplet: 0A, 09 and 09. RGB value is (10,9,9). Sum of RGB (Red+Green+Blue) = 10+9+9=28 (3% of max value = 765). Red value is 10 (4.30% from 255 or 35.71% from 28); Green value is 9 (3.91% from 255 or 32.14% from 28); Blue value is 9 (3.91% from 255 or 32.14% from 28); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0909 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0909 is #F5F6F6. Grayscale: #090909. Windows color (decimal): -16119543 or 592138. OLE color: 592138.

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

Color convert

RGB1099-
CMYK00.100.100.96
HSL5.26%3.73%-
HSV(B)10%3.92%-
XYZ0.270.280.3-
YUV9.3127.83128.5-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 35.71%
GREEN value IS 9 (3.91% from 255) = 32.14%
BLUE value IS 9 (3.91% from 255) = 32.14%
R=35.71%
G=32.14%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal109900.100.100.9605.263.73
HexA990AA60054
Octal12111101212140054
Binary10101001100101010101011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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