Shades of Tolopea #251E34
Tints of Tolopea #251E34
RGB
CMYK
RGB Variations
Color information
#251E34 (or 0x251E34) is known color: Tolopea. HEX triplet: 25, 1E and 34. RGB value is (37,30,52). Sum of RGB (Red+Green+Blue) = 37+30+52=119 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.09% from 119); Green value is 30 (12.11% from 255 or 25.21% from 119); Blue value is 52 (20.70% from 255 or 43.70% from 119); Max value from RGB is 52 - color contains mainly: blue. Hex color #251E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251E34 is #DAE1CB. Grayscale: #222222. Windows color (decimal): -14344652 or 3415589. OLE color: 3415589.
HSL color Cylindrical-coordinate representation of color #251E34: hue angle of 259.09º degrees, saturation: 0.27, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #251E34 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 37 | 30 | 52 | - |
| CMYK | 0.29 | 0.42 | 0 | 0.80 |
| HSL | 259.09º | 0.27% | 0.16% | - |
| HSV(B) | 259.09º | 0.42% | 0.2% | - |
| XYZ | 1.85 | 1.57 | 3.45 | - |
| YUV | 34.6 | 137.82 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 30 | 52 | 0.29 | 0.42 | 0 | 0.80 | 259.09 | 0.27 | 0.16 |
| Hex | 25 | 1E | 34 | 1D | 2A | 0 | 50 | 103 | 1B | 10 |
| Octal | 45 | 36 | 64 | 35 | 52 | 0 | 120 | 403 | 33 | 20 |
| Binary | 100101 | 11110 | 110100 | 11101 | 101010 | 0 | 1010000 | 100000011 | 11011 | 10000 |
Color Harmonies of #251E34
Complementary color
Monochromatic Colors of #251E34
Black with #251E34
Text Example
Text Example
White with #251E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251E34; }
p { color: rgb(37,30,52); }
H1.HeaderClassName
{
color: #251E34;
}
.AnyTagClassName
{
color: #251E34;
}
</style>
background-color css
<style>
a { background-color: #251E34; }
a { background-color: rgb(37,30,52); }
div.DivClassName
{
background-color: #251E34;
}
.BgClassName
{
background-color: #251E34;
}
</style>
border-color css
<style>
span { border-color: #251E34; }
span { border-color: rgb(37,30,52); }
td.TdClassName
{
border-color: #251E34;
}
.TagClassName
{
border-color: #251E34;
}
</style>