#120B2F

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

Shades of Haiti #120B2F

Tints of Haiti #120B2F

Color information

#120B2F (or 0x120B2F) is unknown color: approx Haiti. HEX triplet: 12, 0B and 2F. RGB value is (18,11,47). Sum of RGB (Red+Green+Blue) = 18+11+47=76 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.68% from 76); Green value is 11 (4.69% from 255 or 14.47% from 76); Blue value is 47 (18.75% from 255 or 61.84% from 76); Max value from RGB is 47 - color contains mainly: blue. Hex color #120B2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120B2F is #EDF4D0. Grayscale: #111111. Windows color (decimal): -15594705 or 3083026. OLE color: 3083026.

HSL color Cylindrical-coordinate representation of color #120B2F: hue angle of 251.67º degrees, saturation: 0.62, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #120B2F is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB181147-
CMYK0.620.7700.82
HSL251.67º62.07%11.37%-
HSV(B)251.67º76.6%18.43%-
XYZ0.880.572.75-
YUV17.2144.82128.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 23.68%
GREEN value IS 11 (4.69% from 255) = 14.47%
BLUE value IS 47 (18.75% from 255) = 61.84%
R=23.68%
G=14.47%
B=61.84%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1811470.620.7700.82251.6762.0711.37
Hex12B2F3E4D052fc3eb
Octal2213577611501223747613
Binary100101011101111111110100110101010010111111001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,11,47); }

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

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

 a { background-color: rgb(18,11,47); }

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

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

 span { border-color: rgb(18,11,47); }

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