Shades of Haiti #25223B
Tints of Haiti #25223B
RGB
CMYK
RGB Variations
Color information
#25223B (or 0x25223B) is known color: Haiti. HEX triplet: 25, 22 and 3B. RGB value is (37,34,59). Sum of RGB (Red+Green+Blue) = 37+34+59=130 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.46% from 130); Green value is 34 (13.67% from 255 or 26.15% from 130); Blue value is 59 (23.44% from 255 or 45.38% from 130); Max value from RGB is 59 - color contains mainly: blue. Hex color #25223B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25223B is #DADDC4. Grayscale: #252525. Windows color (decimal): -14343621 or 3875365. OLE color: 3875365.
HSL color Cylindrical-coordinate representation of color #25223B: hue angle of 247.2º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #25223B is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 37 | 34 | 59 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.77 |
| HSL | 247.2º | 0.27% | 0.18% | - |
| HSV(B) | 247.2º | 0.42% | 0.23% | - |
| XYZ | 2.12 | 1.85 | 4.38 | - |
| YUV | 37.75 | 139.99 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 34 | 59 | 0.37 | 0.42 | 0 | 0.77 | 247.2 | 0.27 | 0.18 |
| Hex | 25 | 22 | 3B | 25 | 2A | 0 | 4D | F7 | 1B | 12 |
| Octal | 45 | 42 | 73 | 45 | 52 | 0 | 115 | 367 | 33 | 22 |
| Binary | 100101 | 100010 | 111011 | 100101 | 101010 | 0 | 1001101 | 11110111 | 11011 | 10010 |
Color Harmonies of #25223B
Complementary color
Monochromatic Colors of #25223B
Black with #25223B
Text Example
Text Example
White with #25223B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25223B; }
p { color: rgb(37,34,59); }
H1.HeaderClassName
{
color: #25223B;
}
.AnyTagClassName
{
color: #25223B;
}
</style>
background-color css
<style>
a { background-color: #25223B; }
a { background-color: rgb(37,34,59); }
div.DivClassName
{
background-color: #25223B;
}
.BgClassName
{
background-color: #25223B;
}
</style>
border-color css
<style>
span { border-color: #25223B; }
span { border-color: rgb(37,34,59); }
td.TdClassName
{
border-color: #25223B;
}
.TagClassName
{
border-color: #25223B;
}
</style>