#17131F

Color #17131F Haiti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Haiti #17131F

Tints of Haiti #17131F

Color information

#17131F (or 0x17131F) is unknown color: approx Haiti. HEX triplet: 17, 13 and 1F. RGB value is (23,19,31). Sum of RGB (Red+Green+Blue) = 23+19+31=73 (9% of max value = 765). Red value is 23 (9.38% from 255 or 31.51% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 31 (12.5% from 255 or 42.47% from 73); Max value from RGB is 31 - color contains mainly: blue. Hex color #17131F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17131F is #E8ECE0. Grayscale: #151515. Windows color (decimal): -15264993 or 2036503. OLE color: 2036503.

HSL color Cylindrical-coordinate representation of color #17131F: hue angle of 260º degrees, saturation: 0.24, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #17131F is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB231931-
CMYK0.260.3900.88
HSL260º24%9.8%-
HSV(B)260º38.71%12.16%-
XYZ0.830.751.4-
YUV21.56133.33129.02-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 31.51%
GREEN value IS 19 (7.81% from 255) = 26.03%
BLUE value IS 31 (12.5% from 255) = 42.47%
R=31.51%
G=26.03%
B=42.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2319310.260.3900.88260249.8
Hex17131F1A2705810418a
Octal272337324701304043012
Binary1011110011111111101010011101011000100000100110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17131F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17131F; }

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

 H1.HeaderClassName
 {
   color: #17131F;
 }
 .AnyTagClassName
 {
   color: #17131F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #17131F;
 }
 .BgClassName
 {
   background-color: #17131F;
 }
</style>
border-color css

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

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

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