#171229

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

Shades of Haiti #171229

Tints of Haiti #171229

Color information

#171229 (or 0x171229) is unknown color: approx Haiti. HEX triplet: 17, 12 and 29. RGB value is (23,18,41). Sum of RGB (Red+Green+Blue) = 23+18+41=82 (10% of max value = 765). Red value is 23 (9.38% from 255 or 28.05% from 82); Green value is 18 (7.42% from 255 or 21.95% from 82); Blue value is 41 (16.41% from 255 or 50% from 82); Max value from RGB is 41 - color contains mainly: blue. Hex color #171229 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171229 is #E8EDD6. Grayscale: #161616. Windows color (decimal): -15265239 or 2691607. OLE color: 2691607.

HSL color Cylindrical-coordinate representation of color #171229: hue angle of 253.04º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #171229 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB231841-
CMYK0.440.5600.84
HSL253.04º38.98%11.57%-
HSV(B)253.04º56.1%16.08%-
XYZ0.970.772.2-
YUV22.12138.66128.63-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 28.05%
GREEN value IS 18 (7.42% from 255) = 21.95%
BLUE value IS 41 (16.41% from 255) = 50%
R=28.05%
G=21.95%
B=50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2318410.440.5600.84253.0438.9811.57
Hex1712292C38054fd27c
Octal272251547001243754714
Binary101111001010100110110011100001010100111111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171229; }

 p { color: rgb(23,18,41); }

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

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

 a { background-color: rgb(23,18,41); }

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

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

 span { border-color: rgb(23,18,41); }

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