Html Css Color HEX #111013 Haiti

📋 copy color: '#111013'

red 17 ◦ green 16 ◦ blue 19

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

Shades of Haiti #111013

Tints of Haiti #111013

RGB

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

 GREEN value IS 16 (6.64% from 255) = 30.77%

 BLUE value IS 19 (7.81% from 255) = 36.54%

R = 32.69%
G = 30.77%
B = 36.54%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#111013 (or 0x111013) is known color: Haiti. HEX triplet: 11, 10 and 13. RGB value is (17,16,19). Sum of RGB (Red+Green+Blue) = 17+16+19=52 (6% of max value = 765). Red value is 17 (7.03% from 255 or 32.69% from 52); Green value is 16 (6.64% from 255 or 30.77% from 52); Blue value is 19 (7.81% from 255 or 36.54% from 52); Max value from RGB is 19 - color contains mainly: blue. Hex color #111013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111013 is #EEEFEC. Grayscale: #101010. Windows color (decimal): -15658989 or 1249297. OLE color: 1249297.

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

Color convert

RGB 17 16 19 -
CMYK 0.11 0.16 0 0.93
HSL 260º 0.09% 0.07% -
HSV(B) 260º 0.16% 0.07% -
XYZ 0.53 0.54 0.69 -
YUV 16.64 129.33 128.26 -
System Red Green Blue C M Y K H S L
Decimal 17 16 19 0.11 0.16 0 0.93 260 0.09 0.07
Hex 11 10 13 B 10 0 5D 104 9 7
Octal 21 20 23 13 20 0 135 404 11 7
Binary 10001 10000 10011 1011 10000 0 1011101 100000100 1001 111

Color Harmonies of #111013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111013

Black with #111013

Text Example


Text Example

White with #111013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111013; }

 p { color: rgb(17,16,19); }

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

background-color css

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

 a { background-color: rgb(17,16,19); }

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

border-color css

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

 span { border-color: rgb(17,16,19); }

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