#120606

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

Shades of Black #120606

Tints of Black #120606

Color information

#120606 (or 0x120606) is unknown color: approx Black. HEX triplet: 12, 06 and 06. RGB value is (18,6,6). Sum of RGB (Red+Green+Blue) = 18+6+6=30 (3% of max value = 765). Red value is 18 (7.42% from 255 or 60% from 30); Green value is 6 (2.73% from 255 or 20% from 30); Blue value is 6 (2.73% from 255 or 20% from 30); Max value from RGB is 18 - color contains mainly: red. Hex color #120606 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120606 is #EDF9F9. Grayscale: #090909. Windows color (decimal): -15596026 or 394770. OLE color: 394770.

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

Color convert

RGB1866-
CMYK00.670.670.93
HSL50%4.71%-
HSV(B)66.67%7.06%-
XYZ0.350.270.21-
YUV9.59125.98134-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 60%
GREEN value IS 6 (2.73% from 255) = 20%
BLUE value IS 6 (2.73% from 255) = 20%
R=60%
G=20%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal186600.670.670.930504.71
Hex1266043435D0325
Octal226601031031350625
Binary1001011011001000011100001110111010110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120606; }

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

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

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

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

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

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

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

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