#252139

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

Shades of Haiti #252139

Tints of Haiti #252139

Color information

#252139 (or 0x252139) is unknown color: approx Haiti. HEX triplet: 25, 21 and 39. RGB value is (37,33,57). Sum of RGB (Red+Green+Blue) = 37+33+57=127 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.13% from 127); Green value is 33 (13.28% from 255 or 25.98% from 127); Blue value is 57 (22.66% from 255 or 44.88% from 127); Max value from RGB is 57 - color contains mainly: blue. Hex color #252139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252139 is #DADEC6. Grayscale: #242424. Windows color (decimal): -14343879 or 3744037. OLE color: 3744037.

HSL color Cylindrical-coordinate representation of color #252139: hue angle of 250º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #252139 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB373357-
CMYK0.350.4200.78
HSL250º26.67%17.65%-
HSV(B)250º42.11%22.35%-
XYZ2.051.784.11-
YUV36.93139.33128.05-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.13%
GREEN value IS 33 (13.28% from 255) = 25.98%
BLUE value IS 57 (22.66% from 255) = 44.88%
R=29.13%
G=25.98%
B=44.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3733570.350.4200.7825026.6717.65
Hex252139232A04Efa1b12
Octal454171435201163723322
Binary10010110000111100110001110101001001110111110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252139; }

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

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

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

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

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

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

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

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