#17141D

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

Shades of Haiti #17141D

Tints of Haiti #17141D

Color information

#17141D (or 0x17141D) is unknown color: approx Haiti. HEX triplet: 17, 14 and 1D. RGB value is (23,20,29). Sum of RGB (Red+Green+Blue) = 23+20+29=72 (9% of max value = 765). Red value is 23 (9.38% from 255 or 31.94% from 72); Green value is 20 (8.20% from 255 or 27.78% from 72); Blue value is 29 (11.72% from 255 or 40.28% from 72); Max value from RGB is 29 - color contains mainly: blue. Hex color #17141D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17141D is #E8EBE2. Grayscale: #151515. Windows color (decimal): -15264739 or 1905687. OLE color: 1905687.

HSL color Cylindrical-coordinate representation of color #17141D: hue angle of 260º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #17141D is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB232029-
CMYK0.210.3100.89
HSL260º18.37%9.61%-
HSV(B)260º31.03%11.37%-
XYZ0.830.771.27-
YUV21.92131.99128.77-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 31.94%
GREEN value IS 20 (8.20% from 255) = 27.78%
BLUE value IS 29 (11.72% from 255) = 40.28%
R=31.94%
G=27.78%
B=40.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2320290.210.3100.8926018.379.61
Hex17141D151F05910412a
Octal272435253701314042212
Binary101111010011101101011111101011001100000100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17141D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17141D; }

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

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

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

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

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

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

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

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