Html Css Color HEX #110E17 Haiti

📋 copy color: '#110E17'

red 17 ◦ green 14 ◦ blue 23

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

Shades of Haiti #110E17

Tints of Haiti #110E17

RGB

 RED value IS 17 (7.03% from 255) = 31.48%

 GREEN value IS 14 (5.86% from 255) = 25.93%

 BLUE value IS 23 (9.38% from 255) = 42.59%

R = 31.48%
G = 25.93%
B = 42.59%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#110E17 (or 0x110E17) is known color: Haiti. HEX triplet: 11, 0E and 17. RGB value is (17,14,23). Sum of RGB (Red+Green+Blue) = 17+14+23=54 (7% of max value = 765). Red value is 17 (7.03% from 255 or 31.48% from 54); Green value is 14 (5.86% from 255 or 25.93% from 54); Blue value is 23 (9.38% from 255 or 42.59% from 54); Max value from RGB is 23 - color contains mainly: blue. Hex color #110E17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110E17 is #EEF1E8. Grayscale: #0F0F0F. Windows color (decimal): -15659497 or 1510929. OLE color: 1510929.

HSL color Cylindrical-coordinate representation of color #110E17: hue angle of 260º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #110E17 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 17 14 23 -
CMYK 0.26 0.39 0 0.91
HSL 260º 0.24% 0.07% -
HSV(B) 260º 0.39% 0.09% -
XYZ 0.54 0.5 0.88 -
YUV 15.92 131.99 128.77 -
System Red Green Blue C M Y K H S L
Decimal 17 14 23 0.26 0.39 0 0.91 260 0.24 0.07
Hex 11 E 17 1A 27 0 5B 104 18 7
Octal 21 16 27 32 47 0 133 404 30 7
Binary 10001 1110 10111 11010 100111 0 1011011 100000100 11000 111

Color Harmonies of #110E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110E17

Black with #110E17

Text Example


Text Example

White with #110E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110E17; }

 p { color: rgb(17,14,23); }

 H1.HeaderClassName
 {
   color: #110E17;
 }
 .AnyTagClassName
 {
   color: #110E17;
 }
</style>

background-color css

<style>
 a { background-color: #110E17; }

 a { background-color: rgb(17,14,23); }

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

border-color css

<style>
 span { border-color: #110E17; }

 span { border-color: rgb(17,14,23); }

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