#120602

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

Shades of Black #120602

Tints of Black #120602

Color information

#120602 (or 0x120602) is unknown color: approx Black. HEX triplet: 12, 06 and 02. RGB value is (18,6,2). Sum of RGB (Red+Green+Blue) = 18+6+2=26 (3% of max value = 765). Red value is 18 (7.42% from 255 or 69.23% from 26); Green value is 6 (2.73% from 255 or 23.08% from 26); Blue value is 2 (1.17% from 255 or 7.69% from 26); Max value from RGB is 18 - color contains mainly: red. Hex color #120602 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120602 is #EDF9FD. Grayscale: #090909. Windows color (decimal): -15596030 or 132626. OLE color: 132626.

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

Color convert

RGB1862-
CMYK00.670.890.93
HSL15º80%3.92%-
HSV(B)15º88.89%7.06%-
XYZ0.330.260.09-
YUV9.13123.98134.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 69.23%
GREEN value IS 6 (2.73% from 255) = 23.08%
BLUE value IS 2 (1.17% from 255) = 7.69%
R=69.23%
G=23.08%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.89
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal186200.670.890.9315803.92
Hex1262043595Df504
Octal22620103131135171204
Binary1001011010010000111011001101110111111010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120602; }

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

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

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

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

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

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

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

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