Shades of Haiti #251F32
Tints of Haiti #251F32
RGB
CMYK
RGB Variations
Color information
#251F32 (or 0x251F32) is known color: Haiti. HEX triplet: 25, 1F and 32. RGB value is (37,31,50). Sum of RGB (Red+Green+Blue) = 37+31+50=118 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.36% from 118); Green value is 31 (12.5% from 255 or 26.27% from 118); Blue value is 50 (19.92% from 255 or 42.37% from 118); Max value from RGB is 50 - color contains mainly: blue. Hex color #251F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251F32 is #DAE0CD. Grayscale: #222222. Windows color (decimal): -14344398 or 3284773. OLE color: 3284773.
HSL color Cylindrical-coordinate representation of color #251F32: hue angle of 258.95º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #251F32 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 37 | 31 | 50 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.80 |
| HSL | 258.95º | 0.23% | 0.16% | - |
| HSV(B) | 258.95º | 0.38% | 0.2% | - |
| XYZ | 1.83 | 1.6 | 3.23 | - |
| YUV | 34.96 | 136.49 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 31 | 50 | 0.26 | 0.38 | 0 | 0.80 | 258.95 | 0.23 | 0.16 |
| Hex | 25 | 1F | 32 | 1A | 26 | 0 | 50 | 103 | 17 | 10 |
| Octal | 45 | 37 | 62 | 32 | 46 | 0 | 120 | 403 | 27 | 20 |
| Binary | 100101 | 11111 | 110010 | 11010 | 100110 | 0 | 1010000 | 100000011 | 10111 | 10000 |
Color Harmonies of #251F32
Complementary color
Monochromatic Colors of #251F32
Black with #251F32
Text Example
Text Example
White with #251F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251F32; }
p { color: rgb(37,31,50); }
H1.HeaderClassName
{
color: #251F32;
}
.AnyTagClassName
{
color: #251F32;
}
</style>
background-color css
<style>
a { background-color: #251F32; }
a { background-color: rgb(37,31,50); }
div.DivClassName
{
background-color: #251F32;
}
.BgClassName
{
background-color: #251F32;
}
</style>
border-color css
<style>
span { border-color: #251F32; }
span { border-color: rgb(37,31,50); }
td.TdClassName
{
border-color: #251F32;
}
.TagClassName
{
border-color: #251F32;
}
</style>