#120600

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

Shades of Black #120600

Tints of Black #120600

Color information

#120600 (or 0x120600) is unknown color: approx Black. HEX triplet: 12, 06 and 00. RGB value is (18,6,0). Sum of RGB (Red+Green+Blue) = 18+6+0=24 (3% of max value = 765). Red value is 18 (7.42% from 255 or 75% from 24); Green value is 6 (2.73% from 255 or 25% from 24); Blue value is 0 (0.39% from 255 or 0% from 24); Max value from RGB is 18 - color contains mainly: red. Hex color #120600 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120600 is #EDF9FF. Grayscale: #080808. Windows color (decimal): -15596032 or 1554. OLE color: 1554.

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

Color convert

RGB1860-
CMYK00.6710.93
HSL20º100%3.53%-
HSV(B)20º100%7.06%-
XYZ0.310.260.03-
YUV8.9122.98134.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 75%
GREEN value IS 6 (2.73% from 255) = 25%
BLUE value IS 0 (0.39% from 255) = 0%
R=75%
G=25%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal186000.6710.93201003.53
Hex1260043645D14644
Octal22600103144135241444
Binary1001011000100001111001001011101101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120600; }

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

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

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

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

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

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

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

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