#252429

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

Shades of Haiti #252429

Tints of Haiti #252429

Color information

#252429 (or 0x252429) is unknown color: approx Haiti. HEX triplet: 25, 24 and 29. RGB value is (37,36,41). Sum of RGB (Red+Green+Blue) = 37+36+41=114 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.46% from 114); Green value is 36 (14.45% from 255 or 31.58% from 114); Blue value is 41 (16.41% from 255 or 35.96% from 114); Max value from RGB is 41 - color contains mainly: blue. Hex color #252429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252429 is #DADBD6. Grayscale: #242424. Windows color (decimal): -14343127 or 2696229. OLE color: 2696229.

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

Color convert

RGB373641-
CMYK0.100.1200.84
HSL252º6.49%15.1%-
HSV(B)252º12.2%16.08%-
XYZ1.791.822.35-
YUV36.87130.33128.09-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 32.46%
GREEN value IS 36 (14.45% from 255) = 31.58%
BLUE value IS 41 (16.41% from 255) = 35.96%
R=32.46%
G=31.58%
B=35.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3736410.100.1200.842526.4915.1
Hex252429AC054fc6f
Octal45445112140124374617
Binary1001011001001010011010110001010100111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252429; }

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

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

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

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

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

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

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

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