#0A0808

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

Shades of Black #0A0808

Tints of Black #0A0808

Color information

#0A0808 (or 0x0A0808) is unknown color: approx Black. HEX triplet: 0A, 08 and 08. RGB value is (10,8,8). Sum of RGB (Red+Green+Blue) = 10+8+8=26 (3% of max value = 765). Red value is 10 (4.30% from 255 or 38.46% from 26); Green value is 8 (3.52% from 255 or 30.77% from 26); Blue value is 8 (3.52% from 255 or 30.77% from 26); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0808 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0808 is #F5F7F7. Grayscale: #080808. Windows color (decimal): -16119800 or 526346. OLE color: 526346.

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

Color convert

RGB1088-
CMYK00.20.20.96
HSL11.11%3.53%-
HSV(B)20%3.92%-
XYZ0.260.260.27-
YUV8.6127.66129-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 38.46%
GREEN value IS 8 (3.52% from 255) = 30.77%
BLUE value IS 8 (3.52% from 255) = 30.77%
R=38.46%
G=30.77%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.2
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal108800.20.20.96011.113.53
HexA8801414600b4
Octal121010024241400134
Binary10101000100001010010100110000001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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