#120D1B

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

Shades of Haiti #120D1B

Tints of Haiti #120D1B

Color information

#120D1B (or 0x120D1B) is unknown color: approx Haiti. HEX triplet: 12, 0D and 1B. RGB value is (18,13,27). Sum of RGB (Red+Green+Blue) = 18+13+27=58 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.03% from 58); Green value is 13 (5.47% from 255 or 22.41% from 58); Blue value is 27 (10.94% from 255 or 46.55% from 58); Max value from RGB is 27 - color contains mainly: blue. Hex color #120D1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120D1B is #EDF2E4. Grayscale: #101010. Windows color (decimal): -15594213 or 1772818. OLE color: 1772818.

HSL color Cylindrical-coordinate representation of color #120D1B: hue angle of 261.43º degrees, saturation: 0.35, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #120D1B is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB181327-
CMYK0.330.5200.89
HSL261.43º35%7.84%-
HSV(B)261.43º51.85%10.59%-
XYZ0.590.51.1-
YUV16.09134.16129.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 31.03%
GREEN value IS 13 (5.47% from 255) = 22.41%
BLUE value IS 27 (10.94% from 255) = 46.55%
R=31.03%
G=22.41%
B=46.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1813270.330.5200.89261.43357.84
Hex12D1B2134059105238
Octal221533416401314054310
Binary10010110111011100001110100010110011000001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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