Html Css Color HEX #14111C Haiti

📋 copy color: '#14111C'

red 20 ◦ green 17 ◦ blue 28

#14111C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Haiti #14111C

Tints of Haiti #14111C

RGB

 RED value IS 20 (8.2% 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 value IS 0.29

 M value IS 0.39

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#14111C (or 0x14111C) is known color: 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

RGB 20 17 28 -
CMYK 0.29 0.39 0 0.89
HSL 256.36º 0.24% 0.09% -
HSV(B) 256.36º 0.39% 0.11% -
XYZ 0.7 0.63 1.18 -
YUV 19.15 132.99 128.61 -
System Red Green Blue C M Y K H S L
Decimal 20 17 28 0.29 0.39 0 0.89 256.36 0.24 0.09
Hex 14 11 1C 1D 27 0 59 100 18 9
Octal 24 21 34 35 47 0 131 400 30 11
Binary 10100 10001 11100 11101 100111 0 1011001 100000000 11000 1001

Color Harmonies of #14111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14111C

Black with #14111C

Text Example


Text Example

White with #14111C

Text Example


Text Example

HTML Codes & Css Web 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>