#29253A

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

Shades of Haiti #29253A

Tints of Haiti #29253A

Color information

#29253A (or 0x29253A) is unknown color: approx Haiti. HEX triplet: 29, 25 and 3A. RGB value is (41,37,58). Sum of RGB (Red+Green+Blue) = 41+37+58=136 (18% of max value = 765). Red value is 41 (16.41% from 255 or 30.15% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 58 (23.05% from 255 or 42.65% from 136); Max value from RGB is 58 - color contains mainly: blue. Hex color #29253A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29253A is #D6DAC5. Grayscale: #282828. Windows color (decimal): -14080710 or 3810601. OLE color: 3810601.

HSL color Cylindrical-coordinate representation of color #29253A: hue angle of 251.43º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #29253A is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB413758-
CMYK0.290.3600.77
HSL251.43º22.11%18.63%-
HSV(B)251.43º36.21%22.75%-
XYZ2.342.14.29-
YUV40.59137.83128.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.15%
GREEN value IS 37 (14.84% from 255) = 27.21%
BLUE value IS 58 (23.05% from 255) = 42.65%
R=30.15%
G=27.21%
B=42.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4137580.290.3600.77251.4322.1118.63
Hex29253A1D2404Dfb1613
Octal514572354401153732623
Binary1010011001011110101110110010001001101111110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29253A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29253A; }

 p { color: rgb(41,37,58); }

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

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

 a { background-color: rgb(41,37,58); }

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

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

 span { border-color: rgb(41,37,58); }

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