#29253C

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

Shades of Haiti #29253C

Tints of Haiti #29253C

Color information

#29253C (or 0x29253C) is unknown color: approx Haiti. HEX triplet: 29, 25 and 3C. RGB value is (41,37,60). Sum of RGB (Red+Green+Blue) = 41+37+60=138 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.71% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 60 (23.83% from 255 or 43.48% from 138); Max value from RGB is 60 - color contains mainly: blue. Hex color #29253C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29253C is #D6DAC3. Grayscale: #282828. Windows color (decimal): -14080708 or 3941673. OLE color: 3941673.

HSL color Cylindrical-coordinate representation of color #29253C: hue angle of 250.43º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #29253C is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB413760-
CMYK0.320.3800.76
HSL250.43º23.71%19.02%-
HSV(B)250.43º38.33%23.53%-
XYZ2.392.124.56-
YUV40.82138.83128.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.71%
GREEN value IS 37 (14.84% from 255) = 26.81%
BLUE value IS 60 (23.83% from 255) = 43.48%
R=29.71%
G=26.81%
B=43.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4137600.320.3800.76250.4323.7119.02
Hex29253C202604Cfa1813
Octal514574404601143723023
Binary10100110010111110010000010011001001100111110101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29253C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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