#120D1F

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

Shades of Haiti #120D1F

Tints of Haiti #120D1F

Color information

#120D1F (or 0x120D1F) is unknown color: approx Haiti. HEX triplet: 12, 0D and 1F. RGB value is (18,13,31). Sum of RGB (Red+Green+Blue) = 18+13+31=62 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.03% from 62); Green value is 13 (5.47% from 255 or 20.97% from 62); Blue value is 31 (12.5% from 255 or 50% from 62); Max value from RGB is 31 - color contains mainly: blue. Hex color #120D1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120D1F is #EDF2E0. Grayscale: #101010. Windows color (decimal): -15594209 or 2034962. OLE color: 2034962.

HSL color Cylindrical-coordinate representation of color #120D1F: hue angle of 256.67º degrees, saturation: 0.41, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #120D1F is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB181331-
CMYK0.420.5800.88
HSL256.67º40.91%8.63%-
HSV(B)256.67º58.06%12.16%-
XYZ0.640.521.36-
YUV16.55136.16129.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 29.03%
GREEN value IS 13 (5.47% from 255) = 20.97%
BLUE value IS 31 (12.5% from 255) = 50%
R=29.03%
G=20.97%
B=50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1813310.420.5800.88256.6740.918.63
Hex12D1F2A3A058101299
Octal221537527201304015111
Binary10010110111111101010111010010110001000000011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,13,31); }

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

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

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

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

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

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

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