#252131

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

Shades of Haiti #252131

Tints of Haiti #252131

Color information

#252131 (or 0x252131) is unknown color: approx Haiti. HEX triplet: 25, 21 and 31. RGB value is (37,33,49). Sum of RGB (Red+Green+Blue) = 37+33+49=119 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.09% from 119); Green value is 33 (13.28% from 255 or 27.73% from 119); Blue value is 49 (19.53% from 255 or 41.18% from 119); Max value from RGB is 49 - color contains mainly: blue. Hex color #252131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252131 is #DADECE. Grayscale: #232323. Windows color (decimal): -14343887 or 3219749. OLE color: 3219749.

HSL color Cylindrical-coordinate representation of color #252131: hue angle of 255º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #252131 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB373349-
CMYK0.240.3300.81
HSL255º19.51%16.08%-
HSV(B)255º32.65%19.22%-
XYZ1.861.73.14-
YUV36.02135.33128.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 31.09%
GREEN value IS 33 (13.28% from 255) = 27.73%
BLUE value IS 49 (19.53% from 255) = 41.18%
R=31.09%
G=27.73%
B=41.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3733490.240.3300.8125519.5116.08
Hex2521311821051ff1410
Octal454161304101213772420
Binary1001011000011100011100010000101010001111111111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252131; }

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

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

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

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

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

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

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

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