Shades of Tolopea #251E32
Tints of Tolopea #251E32
RGB
CMYK
RGB Variations
Color information
#251E32 (or 0x251E32) is known color: Tolopea. HEX triplet: 25, 1E and 32. RGB value is (37,30,50). Sum of RGB (Red+Green+Blue) = 37+30+50=117 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.62% from 117); Green value is 30 (12.11% from 255 or 25.64% from 117); Blue value is 50 (19.92% from 255 or 42.74% from 117); Max value from RGB is 50 - color contains mainly: blue. Hex color #251E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251E32 is #DAE1CD. Grayscale: #222222. Windows color (decimal): -14344654 or 3284517. OLE color: 3284517.
HSL color Cylindrical-coordinate representation of color #251E32: hue angle of 261º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #251E32 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 37 | 30 | 50 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.80 |
| HSL | 261º | 0.25% | 0.16% | - |
| HSV(B) | 261º | 0.4% | 0.2% | - |
| XYZ | 1.8 | 1.55 | 3.22 | - |
| YUV | 34.37 | 136.82 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 30 | 50 | 0.26 | 0.40 | 0 | 0.80 | 261 | 0.25 | 0.16 |
| Hex | 25 | 1E | 32 | 1A | 28 | 0 | 50 | 105 | 19 | 10 |
| Octal | 45 | 36 | 62 | 32 | 50 | 0 | 120 | 405 | 31 | 20 |
| Binary | 100101 | 11110 | 110010 | 11010 | 101000 | 0 | 1010000 | 100000101 | 11001 | 10000 |
Color Harmonies of #251E32
Complementary color
Monochromatic Colors of #251E32
Black with #251E32
Text Example
Text Example
White with #251E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251E32; }
p { color: rgb(37,30,50); }
H1.HeaderClassName
{
color: #251E32;
}
.AnyTagClassName
{
color: #251E32;
}
</style>
background-color css
<style>
a { background-color: #251E32; }
a { background-color: rgb(37,30,50); }
div.DivClassName
{
background-color: #251E32;
}
.BgClassName
{
background-color: #251E32;
}
</style>
border-color css
<style>
span { border-color: #251E32; }
span { border-color: rgb(37,30,50); }
td.TdClassName
{
border-color: #251E32;
}
.TagClassName
{
border-color: #251E32;
}
</style>