#120B2D

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

Shades of Haiti #120B2D

Tints of Haiti #120B2D

Color information

#120B2D (or 0x120B2D) is unknown color: approx Haiti. HEX triplet: 12, 0B and 2D. RGB value is (18,11,45). Sum of RGB (Red+Green+Blue) = 18+11+45=74 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.32% from 74); Green value is 11 (4.69% from 255 or 14.86% from 74); Blue value is 45 (17.97% from 255 or 60.81% from 74); Max value from RGB is 45 - color contains mainly: blue. Hex color #120B2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120B2D is #EDF4D2. Grayscale: #101010. Windows color (decimal): -15594707 or 2951954. OLE color: 2951954.

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

Color convert

RGB181145-
CMYK0.60.7600.82
HSL252.35º60.71%10.98%-
HSV(B)252.35º75.56%17.65%-
XYZ0.840.562.55-
YUV16.97143.82128.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 24.32%
GREEN value IS 11 (4.69% from 255) = 14.86%
BLUE value IS 45 (17.97% from 255) = 60.81%
R=24.32%
G=14.86%
B=60.81%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1811450.60.7600.82252.3560.7110.98
Hex12B2D3C4C052fc3db
Octal2213557411401223747513
Binary100101011101101111100100110001010010111111001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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