Shades of Haiti #25232F
Tints of Haiti #25232F
RGB
CMYK
RGB Variations
Color information
#25232F (or 0x25232F) is known color: Haiti. HEX triplet: 25, 23 and 2F. RGB value is (37,35,47). Sum of RGB (Red+Green+Blue) = 37+35+47=119 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.09% from 119); Green value is 35 (14.06% from 255 or 29.41% from 119); Blue value is 47 (18.75% from 255 or 39.50% from 119); Max value from RGB is 47 - color contains mainly: blue. Hex color #25232F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25232F is #DADCD0. Grayscale: #242424. Windows color (decimal): -14343377 or 3089189. OLE color: 3089189.
HSL color Cylindrical-coordinate representation of color #25232F: hue angle of 250º degrees, saturation: 0.15, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #25232F is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 35 | 47 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.82 |
| HSL | 250º | 0.15% | 0.16% | - |
| HSV(B) | 250º | 0.26% | 0.18% | - |
| XYZ | 1.88 | 1.8 | 2.94 | - |
| YUV | 36.97 | 133.66 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 35 | 47 | 0.21 | 0.26 | 0 | 0.82 | 250 | 0.15 | 0.16 |
| Hex | 25 | 23 | 2F | 15 | 1A | 0 | 52 | FA | F | 10 |
| Octal | 45 | 43 | 57 | 25 | 32 | 0 | 122 | 372 | 17 | 20 |
| Binary | 100101 | 100011 | 101111 | 10101 | 11010 | 0 | 1010010 | 11111010 | 1111 | 10000 |
Color Harmonies of #25232F
Complementary color
Monochromatic Colors of #25232F
Black with #25232F
Text Example
Text Example
White with #25232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25232F; }
p { color: rgb(37,35,47); }
H1.HeaderClassName
{
color: #25232F;
}
.AnyTagClassName
{
color: #25232F;
}
</style>
background-color css
<style>
a { background-color: #25232F; }
a { background-color: rgb(37,35,47); }
div.DivClassName
{
background-color: #25232F;
}
.BgClassName
{
background-color: #25232F;
}
</style>
border-color css
<style>
span { border-color: #25232F; }
span { border-color: rgb(37,35,47); }
td.TdClassName
{
border-color: #25232F;
}
.TagClassName
{
border-color: #25232F;
}
</style>