#252236

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

Shades of Haiti #252236

Tints of Haiti #252236

Color information

#252236 (or 0x252236) is unknown color: approx Haiti. HEX triplet: 25, 22 and 36. RGB value is (37,34,54). Sum of RGB (Red+Green+Blue) = 37+34+54=125 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.6% from 125); Green value is 34 (13.67% from 255 or 27.2% from 125); Blue value is 54 (21.48% from 255 or 43.2% from 125); Max value from RGB is 54 - color contains mainly: blue. Hex color #252236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252236 is #DADDC9. Grayscale: #252525. Windows color (decimal): -14343626 or 3547685. OLE color: 3547685.

HSL color Cylindrical-coordinate representation of color #252236: hue angle of 249º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #252236 is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB373454-
CMYK0.310.3700.79
HSL249º22.73%17.25%-
HSV(B)249º37.04%21.18%-
XYZ21.83.73-
YUV37.18137.49127.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.6%
GREEN value IS 34 (13.67% from 255) = 27.2%
BLUE value IS 54 (21.48% from 255) = 43.2%
R=29.6%
G=27.2%
B=43.2%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3734540.310.3700.7924922.7317.25
Hex2522361F2504Ff91711
Octal454266374501173712721
Binary1001011000101101101111110010101001111111110011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252236; }

 p { color: rgb(37,34,54); }

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

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

 a { background-color: rgb(37,34,54); }

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

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

 span { border-color: rgb(37,34,54); }

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