Shades of Tolopea #25193B
Tints of Tolopea #25193B
RGB
CMYK
RGB Variations
Color information
#25193B (or 0x25193B) is known color: Tolopea. HEX triplet: 25, 19 and 3B. RGB value is (37,25,59). Sum of RGB (Red+Green+Blue) = 37+25+59=121 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.58% from 121); Green value is 25 (10.16% from 255 or 20.66% from 121); Blue value is 59 (23.44% from 255 or 48.76% from 121); Max value from RGB is 59 - color contains mainly: blue. Hex color #25193B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25193B is #DAE6C4. Grayscale: #202020. Windows color (decimal): -14345925 or 3873061. OLE color: 3873061.
HSL color Cylindrical-coordinate representation of color #25193B: hue angle of 261.18º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #25193B is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 37 | 25 | 59 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.77 |
| HSL | 261.18º | 0.4% | 0.16% | - |
| HSV(B) | 261.18º | 0.58% | 0.23% | - |
| XYZ | 1.9 | 1.4 | 4.31 | - |
| YUV | 32.46 | 142.98 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 25 | 59 | 0.37 | 0.58 | 0 | 0.77 | 261.18 | 0.4 | 0.16 |
| Hex | 25 | 19 | 3B | 25 | 3A | 0 | 4D | 105 | 28 | 10 |
| Octal | 45 | 31 | 73 | 45 | 72 | 0 | 115 | 405 | 50 | 20 |
| Binary | 100101 | 11001 | 111011 | 100101 | 111010 | 0 | 1001101 | 100000101 | 101000 | 10000 |
Color Harmonies of #25193B
Complementary color
Monochromatic Colors of #25193B
Black with #25193B
Text Example
Text Example
White with #25193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25193B; }
p { color: rgb(37,25,59); }
H1.HeaderClassName
{
color: #25193B;
}
.AnyTagClassName
{
color: #25193B;
}
</style>
background-color css
<style>
a { background-color: #25193B; }
a { background-color: rgb(37,25,59); }
div.DivClassName
{
background-color: #25193B;
}
.BgClassName
{
background-color: #25193B;
}
</style>
border-color css
<style>
span { border-color: #25193B; }
span { border-color: rgb(37,25,59); }
td.TdClassName
{
border-color: #25193B;
}
.TagClassName
{
border-color: #25193B;
}
</style>