Html Css Color HEX #252429 Haiti

📋 copy color: '#252429'

red 37 ◦ green 36 ◦ blue 41

#252429
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Haiti #252429

Tints of Haiti #252429

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 value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#252429 (or 0x252429) is known color: 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

RGB 37 36 41 -
CMYK 0.10 0.12 0 0.84
HSL 252º 0.06% 0.15% -
HSV(B) 252º 0.12% 0.16% -
XYZ 1.79 1.82 2.35 -
YUV 36.87 130.33 128.09 -
System Red Green Blue C M Y K H S L
Decimal 37 36 41 0.10 0.12 0 0.84 252 0.06 0.15
Hex 25 24 29 A C 0 54 FC 6 F
Octal 45 44 51 12 14 0 124 374 6 17
Binary 100101 100100 101001 1010 1100 0 1010100 11111100 110 1111

Color Harmonies of #252429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252429

Black with #252429

Text Example


Text Example

White with #252429

Text Example


Text Example

HTML Codes & Css Web 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>