#252137

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

Shades of Haiti #252137

Tints of Haiti #252137

Color information

#252137 (or 0x252137) is unknown color: approx Haiti. HEX triplet: 25, 21 and 37. RGB value is (37,33,55). Sum of RGB (Red+Green+Blue) = 37+33+55=125 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.6% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 55 (21.88% from 255 or 44% from 125); Max value from RGB is 55 - color contains mainly: blue. Hex color #252137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252137 is #DADEC8. Grayscale: #242424. Windows color (decimal): -14343881 or 3612965. OLE color: 3612965.

HSL color Cylindrical-coordinate representation of color #252137: hue angle of 250.91º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #252137 is Cyan = 0.33, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB373355-
CMYK0.330.400.78
HSL250.91º25%17.25%-
HSV(B)250.91º40%21.57%-
XYZ21.763.85-
YUV36.7138.33128.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.6%
GREEN value IS 33 (13.28% from 255) = 26.4%
BLUE value IS 55 (21.88% from 255) = 44%
R=29.6%
G=26.4%
B=44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3733550.330.400.78250.912517.25
Hex252137212804Efb1911
Octal454167415001163733121
Binary10010110000111011110000110100001001110111110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252137; }

 p { color: rgb(37,33,55); }

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

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

 a { background-color: rgb(37,33,55); }

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

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

 span { border-color: rgb(37,33,55); }

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