Html Css Color HEX #131117 Haiti

📋 copy color: '#131117'

red 19 ◦ green 17 ◦ blue 23

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

Shades of Haiti #131117

Tints of Haiti #131117

RGB

 RED value IS 19 (7.81% from 255) = 32.2%

 GREEN value IS 17 (7.03% from 255) = 28.81%

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

R = 32.2%
G = 28.81%
B = 38.98%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#131117 (or 0x131117) is known color: Haiti. HEX triplet: 13, 11 and 17. RGB value is (19,17,23). Sum of RGB (Red+Green+Blue) = 19+17+23=59 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.20% from 59); Green value is 17 (7.03% from 255 or 28.81% from 59); Blue value is 23 (9.38% from 255 or 38.98% from 59); Max value from RGB is 23 - color contains mainly: blue. Hex color #131117 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131117 is #ECEEE8. Grayscale: #121212. Windows color (decimal): -15527657 or 1511699. OLE color: 1511699.

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

Color convert

RGB 19 17 23 -
CMYK 0.17 0.26 0 0.91
HSL 260º 0.15% 0.08% -
HSV(B) 260º 0.26% 0.09% -
XYZ 0.62 0.6 0.89 -
YUV 18.28 130.66 128.51 -
System Red Green Blue C M Y K H S L
Decimal 19 17 23 0.17 0.26 0 0.91 260 0.15 0.08
Hex 13 11 17 11 1A 0 5B 104 F 8
Octal 23 21 27 21 32 0 133 404 17 10
Binary 10011 10001 10111 10001 11010 0 1011011 100000100 1111 1000

Color Harmonies of #131117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131117

Black with #131117

Text Example


Text Example

White with #131117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131117; }

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

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

background-color css

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

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

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

border-color css

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

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

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