#252329

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

Shades of Haiti #252329

Tints of Haiti #252329

Color information

#252329 (or 0x252329) is unknown color: approx Haiti. HEX triplet: 25, 23 and 29. RGB value is (37,35,41). Sum of RGB (Red+Green+Blue) = 37+35+41=113 (14% of max value = 765). Red value is 37 (14.84% from 255 or 32.74% from 113); Green value is 35 (14.06% from 255 or 30.97% from 113); Blue value is 41 (16.41% from 255 or 36.28% from 113); Max value from RGB is 41 - color contains mainly: blue. Hex color #252329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252329 is #DADCD6. Grayscale: #242424. Windows color (decimal): -14343383 or 2695973. OLE color: 2695973.

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

Color convert

RGB373541-
CMYK0.100.1500.84
HSL260º7.89%14.9%-
HSV(B)260º14.63%16.08%-
XYZ1.761.762.34-
YUV36.28130.66128.51-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 32.74%
GREEN value IS 35 (14.06% from 255) = 30.97%
BLUE value IS 41 (16.41% from 255) = 36.28%
R=32.74%
G=30.97%
B=36.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3735410.100.1500.842607.8914.9
Hex252329AF0541048f
Octal454351121701244041017
Binary100101100011101001101011110101010010000010010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252329; }

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

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

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

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

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

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

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

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