#0A0202

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

Shades of Black #0A0202

Tints of Black #0A0202

Color information

#0A0202 (or 0x0A0202) is unknown color: approx Black. HEX triplet: 0A, 02 and 02. RGB value is (10,2,2). Sum of RGB (Red+Green+Blue) = 10+2+2=14 (1% of max value = 765). Red value is 10 (4.30% from 255 or 71.43% from 14); Green value is 2 (1.17% from 255 or 14.29% from 14); Blue value is 2 (1.17% from 255 or 14.29% from 14); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0202 is #F5FDFD. Grayscale: #040404. Windows color (decimal): -16121342 or 131594. OLE color: 131594.

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

Color convert

RGB1022-
CMYK00.80.80.96
HSL66.67%2.35%-
HSV(B)80%3.92%-
XYZ0.160.110.07-
YUV4.39126.65132-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 71.43%
GREEN value IS 2 (1.17% from 255) = 14.29%
BLUE value IS 2 (1.17% from 255) = 14.29%
R=71.43%
G=14.29%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.8
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal102200.80.80.96066.672.35
HexA2205050600432
Octal1222012012014001032
Binary1010101001010000101000011000000100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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