#29253F

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

Shades of Haiti #29253F

Tints of Haiti #29253F

Color information

#29253F (or 0x29253F) is unknown color: approx Haiti. HEX triplet: 29, 25 and 3F. RGB value is (41,37,63). Sum of RGB (Red+Green+Blue) = 41+37+63=141 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.08% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 63 (25% from 255 or 44.68% from 141); Max value from RGB is 63 - color contains mainly: blue. Hex color #29253F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29253F is #D6DAC0. Grayscale: #292929. Windows color (decimal): -14080705 or 4138281. OLE color: 4138281.

HSL color Cylindrical-coordinate representation of color #29253F: hue angle of 249.23º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #29253F is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB413763-
CMYK0.350.4100.75
HSL249.23º26%19.61%-
HSV(B)249.23º41.27%24.71%-
XYZ2.472.154.99-
YUV41.16140.33127.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.08%
GREEN value IS 37 (14.84% from 255) = 26.24%
BLUE value IS 63 (25% from 255) = 44.68%
R=29.08%
G=26.24%
B=44.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4137630.350.4100.75249.232619.61
Hex29253F232904Bf91a14
Octal514577435101133713224
Binary10100110010111111110001110100101001011111110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29253F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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