#0A0702

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

Shades of Black #0A0702

Tints of Black #0A0702

Color information

#0A0702 (or 0x0A0702) is unknown color: approx Black. HEX triplet: 0A, 07 and 02. RGB value is (10,7,2). Sum of RGB (Red+Green+Blue) = 10+7+2=19 (2% of max value = 765). Red value is 10 (4.30% from 255 or 52.63% from 19); Green value is 7 (3.12% from 255 or 36.84% from 19); Blue value is 2 (1.17% from 255 or 10.53% from 19); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0702 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0702 is #F5F8FD. Grayscale: #070707. Windows color (decimal): -16120062 or 132874. OLE color: 132874.

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

Color convert

RGB1072-
CMYK00.300.80.96
HSL37.5º66.67%2.35%-
HSV(B)37.5º80%3.92%-
XYZ0.210.220.09-
YUV7.33124.99129.91-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 52.63%
GREEN value IS 7 (3.12% from 255) = 36.84%
BLUE value IS 2 (1.17% from 255) = 10.53%
R=52.63%
G=36.84%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.8
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal107200.300.80.9637.566.672.35
HexA7201E506026432
Octal1272036120140461032
Binary10101111001111010100001100000100110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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