#0A0908

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

Shades of Black #0A0908

Tints of Black #0A0908

Color information

#0A0908 (or 0x0A0908) is unknown color: approx Black. HEX triplet: 0A, 09 and 08. RGB value is (10,9,8). Sum of RGB (Red+Green+Blue) = 10+9+8=27 (3% of max value = 765). Red value is 10 (4.30% from 255 or 37.04% from 27); Green value is 9 (3.91% from 255 or 33.33% from 27); Blue value is 8 (3.52% from 255 or 29.63% from 27); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0908 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0908 is #F5F6F7. Grayscale: #090909. Windows color (decimal): -16119544 or 526602. OLE color: 526602.

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

Color convert

RGB1098-
CMYK00.100.20.96
HSL30º11.11%3.53%-
HSV(B)30º20%3.92%-
XYZ0.270.280.27-
YUV9.18127.33128.58-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 37.04%
GREEN value IS 9 (3.91% from 255) = 33.33%
BLUE value IS 8 (3.52% from 255) = 29.63%
R=37.04%
G=33.33%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.2
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal109800.100.20.963011.113.53
HexA980A14601eb4
Octal1211100122414036134
Binary10101001100001010101001100000111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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