Shades of Tolopea #25143E
Tints of Tolopea #25143E
RGB
CMYK
RGB Variations
Color information
#25143E (or 0x25143E) is known color: Tolopea. HEX triplet: 25, 14 and 3E. RGB value is (37,20,62). Sum of RGB (Red+Green+Blue) = 37+20+62=119 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.09% from 119); Green value is 20 (8.20% from 255 or 16.81% from 119); Blue value is 62 (24.61% from 255 or 52.10% from 119); Max value from RGB is 62 - color contains mainly: blue. Hex color #25143E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25143E is #DAEBC1. Grayscale: #1D1D1D. Windows color (decimal): -14347202 or 4068389. OLE color: 4068389.
HSL color Cylindrical-coordinate representation of color #25143E: hue angle of 264.29º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #25143E is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 20 | 62 | - |
| CMYK | 0.40 | 0.68 | 0 | 0.76 |
| HSL | 264.29º | 0.51% | 0.16% | - |
| HSV(B) | 264.29º | 0.68% | 0.24% | - |
| XYZ | 1.88 | 1.24 | 4.7 | - |
| YUV | 29.87 | 146.13 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 20 | 62 | 0.40 | 0.68 | 0 | 0.76 | 264.29 | 0.51 | 0.16 |
| Hex | 25 | 14 | 3E | 28 | 44 | 0 | 4C | 108 | 33 | 10 |
| Octal | 45 | 24 | 76 | 50 | 104 | 0 | 114 | 410 | 63 | 20 |
| Binary | 100101 | 10100 | 111110 | 101000 | 1000100 | 0 | 1001100 | 100001000 | 110011 | 10000 |
Color Harmonies of #25143E
Complementary color
Monochromatic Colors of #25143E
Black with #25143E
Text Example
Text Example
White with #25143E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25143E; }
p { color: rgb(37,20,62); }
H1.HeaderClassName
{
color: #25143E;
}
.AnyTagClassName
{
color: #25143E;
}
</style>
background-color css
<style>
a { background-color: #25143E; }
a { background-color: rgb(37,20,62); }
div.DivClassName
{
background-color: #25143E;
}
.BgClassName
{
background-color: #25143E;
}
</style>
border-color css
<style>
span { border-color: #25143E; }
span { border-color: rgb(37,20,62); }
td.TdClassName
{
border-color: #25143E;
}
.TagClassName
{
border-color: #25143E;
}
</style>