Html Css Color HEX #110D18 Haiti

📋 copy color: '#110D18'

red 17 ◦ green 13 ◦ blue 24

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

Shades of Haiti #110D18

Tints of Haiti #110D18

RGB

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

 GREEN value IS 13 (5.47% from 255) = 24.07%

 BLUE value IS 24 (9.77% from 255) = 44.44%

R = 31.48%
G = 24.07%
B = 44.44%

CMYK

 C value IS 0.29

 M value IS 0.46

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#110D18 (or 0x110D18) is known color: Haiti. HEX triplet: 11, 0D and 18. RGB value is (17,13,24). Sum of RGB (Red+Green+Blue) = 17+13+24=54 (7% of max value = 765). Red value is 17 (7.03% from 255 or 31.48% from 54); Green value is 13 (5.47% from 255 or 24.07% from 54); Blue value is 24 (9.77% from 255 or 44.44% from 54); Max value from RGB is 24 - color contains mainly: blue. Hex color #110D18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110D18 is #EEF2E7. Grayscale: #0F0F0F. Windows color (decimal): -15659752 or 1576209. OLE color: 1576209.

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

Color convert

RGB 17 13 24 -
CMYK 0.29 0.46 0 0.91
HSL 261.82º 0.3% 0.07% -
HSV(B) 261.82º 0.46% 0.09% -
XYZ 0.54 0.47 0.93 -
YUV 15.45 132.83 129.11 -
System Red Green Blue C M Y K H S L
Decimal 17 13 24 0.29 0.46 0 0.91 261.82 0.3 0.07
Hex 11 D 18 1D 2E 0 5B 106 1E 7
Octal 21 15 30 35 56 0 133 406 36 7
Binary 10001 1101 11000 11101 101110 0 1011011 100000110 11110 111

Color Harmonies of #110D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110D18

Black with #110D18

Text Example


Text Example

White with #110D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,13,24); }

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

background-color css

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

 a { background-color: rgb(17,13,24); }

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

border-color css

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

 span { border-color: rgb(17,13,24); }

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