Html Css Color HEX #110D19 Haiti

📋 copy color: '#110D19'

red 17 ◦ green 13 ◦ blue 25

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

Shades of Haiti #110D19

Tints of Haiti #110D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 45.45%

R = 30.91%
G = 23.64%
B = 45.45%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#110D19 (or 0x110D19) is known color: Haiti. HEX triplet: 11, 0D and 19. RGB value is (17,13,25). Sum of RGB (Red+Green+Blue) = 17+13+25=55 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.91% from 55); Green value is 13 (5.47% from 255 or 23.64% from 55); Blue value is 25 (10.16% from 255 or 45.45% from 55); Max value from RGB is 25 - color contains mainly: blue. Hex color #110D19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110D19 is #EEF2E6. Grayscale: #0F0F0F. Windows color (decimal): -15659751 or 1641745. OLE color: 1641745.

HSL color Cylindrical-coordinate representation of color #110D19: hue angle of 260º degrees, saturation: 0.32, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #110D19 is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 17 13 25 -
CMYK 0.32 0.48 0 0.90
HSL 260º 0.32% 0.07% -
HSV(B) 260º 0.48% 0.1% -
XYZ 0.55 0.48 0.98 -
YUV 15.56 133.33 129.02 -
System Red Green Blue C M Y K H S L
Decimal 17 13 25 0.32 0.48 0 0.90 260 0.32 0.07
Hex 11 D 19 20 30 0 5A 104 20 7
Octal 21 15 31 40 60 0 132 404 40 7
Binary 10001 1101 11001 100000 110000 0 1011010 100000100 100000 111

Color Harmonies of #110D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110D19

Black with #110D19

Text Example


Text Example

White with #110D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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