Shades of Haiti #251F34
Tints of Haiti #251F34
RGB
CMYK
RGB Variations
Color information
#251F34 (or 0x251F34) is known color: Haiti. HEX triplet: 25, 1F and 34. RGB value is (37,31,52). Sum of RGB (Red+Green+Blue) = 37+31+52=120 (15% of max value = 765). Red value is 37 (14.84% from 255 or 30.83% from 120); Green value is 31 (12.5% from 255 or 25.83% from 120); Blue value is 52 (20.70% from 255 or 43.33% from 120); Max value from RGB is 52 - color contains mainly: blue. Hex color #251F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251F34 is #DAE0CB. Grayscale: #232323. Windows color (decimal): -14344396 or 3415845. OLE color: 3415845.
HSL color Cylindrical-coordinate representation of color #251F34: hue angle of 257.14º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #251F34 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 37 | 31 | 52 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.80 |
| HSL | 257.14º | 0.25% | 0.16% | - |
| HSV(B) | 257.14º | 0.4% | 0.2% | - |
| XYZ | 1.87 | 1.62 | 3.46 | - |
| YUV | 35.19 | 137.49 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 31 | 52 | 0.29 | 0.40 | 0 | 0.80 | 257.14 | 0.25 | 0.16 |
| Hex | 25 | 1F | 34 | 1D | 28 | 0 | 50 | 101 | 19 | 10 |
| Octal | 45 | 37 | 64 | 35 | 50 | 0 | 120 | 401 | 31 | 20 |
| Binary | 100101 | 11111 | 110100 | 11101 | 101000 | 0 | 1010000 | 100000001 | 11001 | 10000 |
Color Harmonies of #251F34
Complementary color
Monochromatic Colors of #251F34
Black with #251F34
Text Example
Text Example
White with #251F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251F34; }
p { color: rgb(37,31,52); }
H1.HeaderClassName
{
color: #251F34;
}
.AnyTagClassName
{
color: #251F34;
}
</style>
background-color css
<style>
a { background-color: #251F34; }
a { background-color: rgb(37,31,52); }
div.DivClassName
{
background-color: #251F34;
}
.BgClassName
{
background-color: #251F34;
}
</style>
border-color css
<style>
span { border-color: #251F34; }
span { border-color: rgb(37,31,52); }
td.TdClassName
{
border-color: #251F34;
}
.TagClassName
{
border-color: #251F34;
}
</style>