#171320

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

Shades of Haiti #171320

Tints of Haiti #171320

Color information

#171320 (or 0x171320) is unknown color: approx Haiti. HEX triplet: 17, 13 and 20. RGB value is (23,19,32). Sum of RGB (Red+Green+Blue) = 23+19+32=74 (9% of max value = 765). Red value is 23 (9.38% from 255 or 31.08% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 32 (12.89% from 255 or 43.24% from 74); Max value from RGB is 32 - color contains mainly: blue. Hex color #171320 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171320 is #E8ECDF. Grayscale: #151515. Windows color (decimal): -15264992 or 2102039. OLE color: 2102039.

HSL color Cylindrical-coordinate representation of color #171320: hue angle of 258.46º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #171320 is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB231932-
CMYK0.280.4100.87
HSL258.46º25.49%10%-
HSV(B)258.46º40.62%12.55%-
XYZ0.850.751.47-
YUV21.68133.83128.94-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 31.08%
GREEN value IS 19 (7.81% from 255) = 25.68%
BLUE value IS 32 (12.89% from 255) = 43.24%
R=31.08%
G=25.68%
B=43.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2319320.280.4100.87258.4625.4910
Hex1713201C2905710219a
Octal272340345101274023112
Binary10111100111000001110010100101010111100000010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171320; }

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

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

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

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

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

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

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

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