#120D1D

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

Shades of Haiti #120D1D

Tints of Haiti #120D1D

Color information

#120D1D (or 0x120D1D) is unknown color: approx Haiti. HEX triplet: 12, 0D and 1D. RGB value is (18,13,29). Sum of RGB (Red+Green+Blue) = 18+13+29=60 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30% from 60); Green value is 13 (5.47% from 255 or 21.67% from 60); Blue value is 29 (11.72% from 255 or 48.33% from 60); Max value from RGB is 29 - color contains mainly: blue. Hex color #120D1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120D1D is #EDF2E2. Grayscale: #101010. Windows color (decimal): -15594211 or 1903890. OLE color: 1903890.

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

Color convert

RGB181329-
CMYK0.380.5500.89
HSL258.75º38.1%8.24%-
HSV(B)258.75º55.17%11.37%-
XYZ0.620.511.23-
YUV16.32135.16129.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 30%
GREEN value IS 13 (5.47% from 255) = 21.67%
BLUE value IS 29 (11.72% from 255) = 48.33%
R=30%
G=21.67%
B=48.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1813290.380.5500.89258.7538.18.24
Hex12D1D2637059103268
Octal221535466701314034610
Binary10010110111101100110110111010110011000000111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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