#171421

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

Shades of Haiti #171421

Tints of Haiti #171421

Color information

#171421 (or 0x171421) is unknown color: approx Haiti. HEX triplet: 17, 14 and 21. RGB value is (23,20,33). Sum of RGB (Red+Green+Blue) = 23+20+33=76 (10% of max value = 765). Red value is 23 (9.38% from 255 or 30.26% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 33 (13.28% from 255 or 43.42% from 76); Max value from RGB is 33 - color contains mainly: blue. Hex color #171421 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171421 is #E8EBDE. Grayscale: #161616. Windows color (decimal): -15264735 or 2167831. OLE color: 2167831.

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

Color convert

RGB232033-
CMYK0.300.3900.87
HSL253.85º24.53%10.39%-
HSV(B)253.85º39.39%12.94%-
XYZ0.880.791.55-
YUV22.38133.99128.44-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 30.26%
GREEN value IS 20 (8.20% from 255) = 26.32%
BLUE value IS 33 (13.28% from 255) = 43.42%
R=30.26%
G=26.32%
B=43.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2320330.300.3900.87253.8524.5310.39
Hex1714211E27057fe19a
Octal272441364701273763112
Binary1011110100100001111101001110101011111111110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171421; }

 p { color: rgb(23,20,33); }

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

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

 a { background-color: rgb(23,20,33); }

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

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

 span { border-color: rgb(23,20,33); }

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