#120C1F

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

Shades of Haiti #120C1F

Tints of Haiti #120C1F

Color information

#120C1F (or 0x120C1F) is unknown color: approx Haiti. HEX triplet: 12, 0C and 1F. RGB value is (18,12,31). Sum of RGB (Red+Green+Blue) = 18+12+31=61 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.51% from 61); Green value is 12 (5.08% from 255 or 19.67% from 61); Blue value is 31 (12.5% from 255 or 50.82% from 61); Max value from RGB is 31 - color contains mainly: blue. Hex color #120C1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120C1F is #EDF3E0. Grayscale: #0F0F0F. Windows color (decimal): -15594465 or 2034706. OLE color: 2034706.

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

Color convert

RGB181231-
CMYK0.420.6100.88
HSL258.95º44.19%8.43%-
HSV(B)258.95º61.29%12.16%-
XYZ0.630.491.36-
YUV15.96136.49129.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 29.51%
GREEN value IS 12 (5.08% from 255) = 19.67%
BLUE value IS 31 (12.5% from 255) = 50.82%
R=29.51%
G=19.67%
B=50.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1812310.420.6100.88258.9544.198.43
Hex12C1F2A3D0581032c8
Octal221437527501304035410
Binary10010110011111101010111101010110001000000111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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