Html Css Color HEX #110F15 Haiti

📋 copy color: '#110F15'

red 17 ◦ green 15 ◦ blue 21

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

Shades of Haiti #110F15

Tints of Haiti #110F15

RGB

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

 GREEN value IS 15 (6.25% from 255) = 28.3%

 BLUE value IS 21 (8.59% from 255) = 39.62%

R = 32.08%
G = 28.3%
B = 39.62%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#110F15 (or 0x110F15) is known color: Haiti. HEX triplet: 11, 0F and 15. RGB value is (17,15,21). Sum of RGB (Red+Green+Blue) = 17+15+21=53 (7% of max value = 765). Red value is 17 (7.03% from 255 or 32.08% from 53); Green value is 15 (6.25% from 255 or 28.30% from 53); Blue value is 21 (8.59% from 255 or 39.62% from 53); Max value from RGB is 21 - color contains mainly: blue. Hex color #110F15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110F15 is #EEF0EA. Grayscale: #101010. Windows color (decimal): -15659243 or 1380113. OLE color: 1380113.

HSL color Cylindrical-coordinate representation of color #110F15: hue angle of 260º degrees, saturation: 0.17, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #110F15 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 17 15 21 -
CMYK 0.19 0.29 0 0.92
HSL 260º 0.17% 0.07% -
HSV(B) 260º 0.29% 0.08% -
XYZ 0.54 0.51 0.78 -
YUV 16.28 130.66 128.51 -
System Red Green Blue C M Y K H S L
Decimal 17 15 21 0.19 0.29 0 0.92 260 0.17 0.07
Hex 11 F 15 13 1D 0 5C 104 11 7
Octal 21 17 25 23 35 0 134 404 21 7
Binary 10001 1111 10101 10011 11101 0 1011100 100000100 10001 111

Color Harmonies of #110F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110F15

Black with #110F15

Text Example


Text Example

White with #110F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,15,21); }

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

background-color css

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

 a { background-color: rgb(17,15,21); }

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

border-color css

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

 span { border-color: rgb(17,15,21); }

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