Shades of Haiti #25213C
Tints of Haiti #25213C
RGB
CMYK
RGB Variations
Color information
#25213C (or 0x25213C) is known color: Haiti. HEX triplet: 25, 21 and 3C. RGB value is (37,33,60). Sum of RGB (Red+Green+Blue) = 37+33+60=130 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.46% from 130); Green value is 33 (13.28% from 255 or 25.38% from 130); Blue value is 60 (23.83% from 255 or 46.15% from 130); Max value from RGB is 60 - color contains mainly: blue. Hex color #25213C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25213C is #DADEC3. Grayscale: #252525. Windows color (decimal): -14343876 or 3940645. OLE color: 3940645.
HSL color Cylindrical-coordinate representation of color #25213C: hue angle of 248.89º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #25213C is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 33 | 60 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.76 |
| HSL | 248.89º | 0.29% | 0.18% | - |
| HSV(B) | 248.89º | 0.45% | 0.24% | - |
| XYZ | 2.12 | 1.81 | 4.51 | - |
| YUV | 37.27 | 140.83 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 33 | 60 | 0.38 | 0.45 | 0 | 0.76 | 248.89 | 0.29 | 0.18 |
| Hex | 25 | 21 | 3C | 26 | 2D | 0 | 4C | F9 | 1D | 12 |
| Octal | 45 | 41 | 74 | 46 | 55 | 0 | 114 | 371 | 35 | 22 |
| Binary | 100101 | 100001 | 111100 | 100110 | 101101 | 0 | 1001100 | 11111001 | 11101 | 10010 |
Color Harmonies of #25213C
Complementary color
Monochromatic Colors of #25213C
Black with #25213C
Text Example
Text Example
White with #25213C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25213C; }
p { color: rgb(37,33,60); }
H1.HeaderClassName
{
color: #25213C;
}
.AnyTagClassName
{
color: #25213C;
}
</style>
background-color css
<style>
a { background-color: #25213C; }
a { background-color: rgb(37,33,60); }
div.DivClassName
{
background-color: #25213C;
}
.BgClassName
{
background-color: #25213C;
}
</style>
border-color css
<style>
span { border-color: #25213C; }
span { border-color: rgb(37,33,60); }
td.TdClassName
{
border-color: #25213C;
}
.TagClassName
{
border-color: #25213C;
}
</style>