#120F18

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

Shades of Haiti #120F18

Tints of Haiti #120F18

Color information

#120F18 (or 0x120F18) is unknown color: approx Haiti. HEX triplet: 12, 0F and 18. RGB value is (18,15,24). Sum of RGB (Red+Green+Blue) = 18+15+24=57 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.58% from 57); Green value is 15 (6.25% from 255 or 26.32% from 57); Blue value is 24 (9.77% from 255 or 42.11% from 57); Max value from RGB is 24 - color contains mainly: blue. Hex color #120F18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120F18 is #EDF0E7. Grayscale: #101010. Windows color (decimal): -15593704 or 1576722. OLE color: 1576722.

HSL color Cylindrical-coordinate representation of color #120F18: hue angle of 260º degrees, saturation: 0.23, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #120F18 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB181524-
CMYK0.250.3700.91
HSL260º23.08%7.65%-
HSV(B)260º37.5%9.41%-
XYZ0.590.540.94-
YUV16.92131.99128.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 31.58%
GREEN value IS 15 (6.25% from 255) = 26.32%
BLUE value IS 24 (9.77% from 255) = 42.11%
R=31.58%
G=26.32%
B=42.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1815240.250.3700.9126023.087.65
Hex12F18192505B104178
Octal221730314501334042710
Binary100101111110001100110010101011011100000100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120F18; }

 p { color: rgb(18,15,24); }

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

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

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

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

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

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

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