#0A0807

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

Shades of Black #0A0807

Tints of Black #0A0807

Color information

#0A0807 (or 0x0A0807) is unknown color: approx Black. HEX triplet: 0A, 08 and 07. RGB value is (10,8,7). Sum of RGB (Red+Green+Blue) = 10+8+7=25 (3% of max value = 765). Red value is 10 (4.30% from 255 or 40% from 25); Green value is 8 (3.52% from 255 or 32% from 25); Blue value is 7 (3.12% from 255 or 28% from 25); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0807 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0807 is #F5F7F8. Grayscale: #080808. Windows color (decimal): -16119801 or 460810. OLE color: 460810.

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

Color convert

RGB1087-
CMYK00.20.300.96
HSL20º17.65%3.33%-
HSV(B)20º30%3.92%-
XYZ0.250.250.24-
YUV8.48127.16129.08-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 40%
GREEN value IS 8 (3.52% from 255) = 32%
BLUE value IS 7 (3.12% from 255) = 28%
R=40%
G=32%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.30
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal108700.20.300.962017.653.33
HexA870141E6014123
Octal121070243614024223
Binary10101000111010100111101100000101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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