#171325

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

Shades of Haiti #171325

Tints of Haiti #171325

Color information

#171325 (or 0x171325) is unknown color: approx Haiti. HEX triplet: 17, 13 and 25. RGB value is (23,19,37). Sum of RGB (Red+Green+Blue) = 23+19+37=79 (10% of max value = 765). Red value is 23 (9.38% from 255 or 29.11% from 79); Green value is 19 (7.81% from 255 or 24.05% from 79); Blue value is 37 (14.84% from 255 or 46.84% from 79); Max value from RGB is 37 - color contains mainly: blue. Hex color #171325 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171325 is #E8ECDA. Grayscale: #161616. Windows color (decimal): -15264987 or 2429719. OLE color: 2429719.

HSL color Cylindrical-coordinate representation of color #171325: hue angle of 253.33º degrees, saturation: 0.32, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #171325 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB231937-
CMYK0.380.4900.85
HSL253.33º32.14%10.98%-
HSV(B)253.33º48.65%14.51%-
XYZ0.920.781.85-
YUV22.25136.33128.54-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 29.11%
GREEN value IS 19 (7.81% from 255) = 24.05%
BLUE value IS 37 (14.84% from 255) = 46.84%
R=29.11%
G=24.05%
B=46.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2319370.380.4900.85253.3332.1410.98
Hex1713252631055fd20b
Octal272345466101253754013
Binary101111001110010110011011000101010101111111011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171325; }

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

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

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

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

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

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

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

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