#14111C

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

Shades of Haiti #14111C

Tints of Haiti #14111C

Color information

#14111C (or 0x14111C) is unknown color: approx Haiti. HEX triplet: 14, 11 and 1C. RGB value is (20,17,28). Sum of RGB (Red+Green+Blue) = 20+17+28=65 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.77% from 65); Green value is 17 (7.03% from 255 or 26.15% from 65); Blue value is 28 (11.33% from 255 or 43.08% from 65); Max value from RGB is 28 - color contains mainly: blue. Hex color #14111C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14111C is #EBEEE3. Grayscale: #131313. Windows color (decimal): -15462116 or 1839380. OLE color: 1839380.

HSL color Cylindrical-coordinate representation of color #14111C: hue angle of 256.36º degrees, saturation: 0.24, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #14111C is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB201728-
CMYK0.290.3900.89
HSL256.36º24.44%8.82%-
HSV(B)256.36º39.29%10.98%-
XYZ0.70.631.18-
YUV19.15132.99128.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 30.77%
GREEN value IS 17 (7.03% from 255) = 26.15%
BLUE value IS 28 (11.33% from 255) = 43.08%
R=30.77%
G=26.15%
B=43.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2017280.290.3900.89256.3624.448.82
Hex14111C1D27059100189
Octal242134354701314003011
Binary1010010001111001110110011101011001100000000110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14111C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14111C; }

 p { color: rgb(20,17,28); }

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

<style>
 a { background-color: #14111C; }

 a { background-color: rgb(20,17,28); }

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

<style>
 span { border-color: #14111C; }

 span { border-color: rgb(20,17,28); }

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