#120202

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

Shades of Black #120202

Tints of Black #120202

Color information

#120202 (or 0x120202) is unknown color: approx Black. HEX triplet: 12, 02 and 02. RGB value is (18,2,2). Sum of RGB (Red+Green+Blue) = 18+2+2=22 (2% of max value = 765). Red value is 18 (7.42% from 255 or 81.82% from 22); Green value is 2 (1.17% from 255 or 9.09% from 22); Blue value is 2 (1.17% from 255 or 9.09% from 22); Max value from RGB is 18 - color contains mainly: red. Hex color #120202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120202 is #EDFDFD. Grayscale: #060606. Windows color (decimal): -15597054 or 131602. OLE color: 131602.

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

Color convert

RGB1822-
CMYK00.890.890.93
HSL80%3.92%-
HSV(B)88.89%7.06%-
XYZ0.280.180.08-
YUV6.78125.3136-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 81.82%
GREEN value IS 2 (1.17% from 255) = 9.09%
BLUE value IS 2 (1.17% from 255) = 9.09%
R=81.82%
G=9.09%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.89
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal182200.890.890.930803.92
Hex1222059595D0504
Octal2222013113113501204
Binary100101010010110011011001101110101010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120202; }

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

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

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

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

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

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

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

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