Shades of Haiti #25203A
Tints of Haiti #25203A
RGB
CMYK
RGB Variations
Color information
#25203A (or 0x25203A) is known color: Haiti. HEX triplet: 25, 20 and 3A. RGB value is (37,32,58). Sum of RGB (Red+Green+Blue) = 37+32+58=127 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.13% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 58 (23.05% from 255 or 45.67% from 127); Max value from RGB is 58 - color contains mainly: blue. Hex color #25203A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25203A is #DADFC5. Grayscale: #242424. Windows color (decimal): -14344134 or 3809317. OLE color: 3809317.
HSL color Cylindrical-coordinate representation of color #25203A: hue angle of 251.54º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #25203A is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 37 | 32 | 58 | - |
| CMYK | 0.36 | 0.45 | 0 | 0.77 |
| HSL | 251.54º | 0.29% | 0.18% | - |
| HSV(B) | 251.54º | 0.45% | 0.23% | - |
| XYZ | 2.04 | 1.73 | 4.23 | - |
| YUV | 36.46 | 140.16 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 32 | 58 | 0.36 | 0.45 | 0 | 0.77 | 251.54 | 0.29 | 0.18 |
| Hex | 25 | 20 | 3A | 24 | 2D | 0 | 4D | FC | 1D | 12 |
| Octal | 45 | 40 | 72 | 44 | 55 | 0 | 115 | 374 | 35 | 22 |
| Binary | 100101 | 100000 | 111010 | 100100 | 101101 | 0 | 1001101 | 11111100 | 11101 | 10010 |
Color Harmonies of #25203A
Complementary color
Monochromatic Colors of #25203A
Black with #25203A
Text Example
Text Example
White with #25203A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25203A; }
p { color: rgb(37,32,58); }
H1.HeaderClassName
{
color: #25203A;
}
.AnyTagClassName
{
color: #25203A;
}
</style>
background-color css
<style>
a { background-color: #25203A; }
a { background-color: rgb(37,32,58); }
div.DivClassName
{
background-color: #25203A;
}
.BgClassName
{
background-color: #25203A;
}
</style>
border-color css
<style>
span { border-color: #25203A; }
span { border-color: rgb(37,32,58); }
td.TdClassName
{
border-color: #25203A;
}
.TagClassName
{
border-color: #25203A;
}
</style>