Html Css Color HEX #14111B Haiti

📋 copy color: '#14111B'

red 20 ◦ green 17 ◦ blue 27

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

Shades of Haiti #14111B

Tints of Haiti #14111B

RGB

 RED value IS 20 (8.2% from 255) = 31.25%

 GREEN value IS 17 (7.03% from 255) = 26.56%

 BLUE value IS 27 (10.94% from 255) = 42.19%

R = 31.25%
G = 26.56%
B = 42.19%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#14111B (or 0x14111B) is known color: Haiti. HEX triplet: 14, 11 and 1B. RGB value is (20,17,27). Sum of RGB (Red+Green+Blue) = 20+17+27=64 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.25% from 64); Green value is 17 (7.03% from 255 or 26.56% from 64); Blue value is 27 (10.94% from 255 or 42.19% from 64); Max value from RGB is 27 - color contains mainly: blue. Hex color #14111B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14111B is #EBEEE4. Grayscale: #131313. Windows color (decimal): -15462117 or 1773844. OLE color: 1773844.

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

Color convert

RGB 20 17 27 -
CMYK 0.26 0.37 0 0.89
HSL 258º 0.23% 0.09% -
HSV(B) 258º 0.37% 0.11% -
XYZ 0.69 0.63 1.12 -
YUV 19.04 132.49 128.69 -
System Red Green Blue C M Y K H S L
Decimal 20 17 27 0.26 0.37 0 0.89 258 0.23 0.09
Hex 14 11 1B 1A 25 0 59 102 17 9
Octal 24 21 33 32 45 0 131 402 27 11
Binary 10100 10001 11011 11010 100101 0 1011001 100000010 10111 1001

Color Harmonies of #14111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14111B

Black with #14111B

Text Example


Text Example

White with #14111B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #14111B;
 }
 .AnyTagClassName
 {
   color: #14111B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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