#120F17

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

Shades of Haiti #120F17

Tints of Haiti #120F17

Color information

#120F17 (or 0x120F17) is unknown color: approx Haiti. HEX triplet: 12, 0F and 17. RGB value is (18,15,23). Sum of RGB (Red+Green+Blue) = 18+15+23=56 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.14% from 56); Green value is 15 (6.25% from 255 or 26.79% from 56); Blue value is 23 (9.38% from 255 or 41.07% from 56); Max value from RGB is 23 - color contains mainly: blue. Hex color #120F17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120F17 is #EDF0E8. Grayscale: #101010. Windows color (decimal): -15593705 or 1511186. OLE color: 1511186.

HSL color Cylindrical-coordinate representation of color #120F17: hue angle of 262.5º degrees, saturation: 0.21, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #120F17 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB181523-
CMYK0.220.3500.91
HSL262.5º21.05%7.45%-
HSV(B)262.5º34.78%9.02%-
XYZ0.570.530.88-
YUV16.81131.49128.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 32.14%
GREEN value IS 15 (6.25% from 255) = 26.79%
BLUE value IS 23 (9.38% from 255) = 41.07%
R=32.14%
G=26.79%
B=41.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1815230.220.3500.91262.521.057.45
Hex12F17162305B106157
Octal22172726430133406257
Binary10010111110111101101000110101101110000011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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