#252331

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

Shades of Haiti #252331

Tints of Haiti #252331

Color information

#252331 (or 0x252331) is unknown color: approx Haiti. HEX triplet: 25, 23 and 31. RGB value is (37,35,49). Sum of RGB (Red+Green+Blue) = 37+35+49=121 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.58% from 121); Green value is 35 (14.06% from 255 or 28.93% from 121); Blue value is 49 (19.53% from 255 or 40.50% from 121); Max value from RGB is 49 - color contains mainly: blue. Hex color #252331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252331 is #DADCCE. Grayscale: #252525. Windows color (decimal): -14343375 or 3220261. OLE color: 3220261.

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

Color convert

RGB373549-
CMYK0.240.2900.81
HSL248.57º16.67%16.47%-
HSV(B)248.57º28.57%19.22%-
XYZ1.921.823.16-
YUV37.19134.66127.86-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 30.58%
GREEN value IS 35 (14.06% from 255) = 28.93%
BLUE value IS 49 (19.53% from 255) = 40.50%
R=30.58%
G=28.93%
B=40.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3735490.240.2900.81248.5716.6716.47
Hex252331181D051f91110
Octal454361303501213712120
Binary100101100011110001110001110101010001111110011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252331; }

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

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

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

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

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

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

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

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