#29253D

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

Shades of Haiti #29253D

Tints of Haiti #29253D

Color information

#29253D (or 0x29253D) is unknown color: approx Haiti. HEX triplet: 29, 25 and 3D. RGB value is (41,37,61). Sum of RGB (Red+Green+Blue) = 41+37+61=139 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.50% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 61 (24.22% from 255 or 43.88% from 139); Max value from RGB is 61 - color contains mainly: blue. Hex color #29253D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29253D is #D6DAC2. Grayscale: #282828. Windows color (decimal): -14080707 or 4007209. OLE color: 4007209.

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

Color convert

RGB413761-
CMYK0.330.3900.76
HSL250º24.49%19.22%-
HSV(B)250º39.34%23.92%-
XYZ2.422.134.7-
YUV40.93139.33128.05-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.50%
GREEN value IS 37 (14.84% from 255) = 26.62%
BLUE value IS 61 (24.22% from 255) = 43.88%
R=29.50%
G=26.62%
B=43.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4137610.330.3900.7625024.4919.22
Hex29253D212704Cfa1813
Octal514575414701143723023
Binary10100110010111110110000110011101001100111110101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29253D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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