Shades of Tolopea #251F3F
Tints of Tolopea #251F3F
RGB
CMYK
RGB Variations
Color information
#251F3F (or 0x251F3F) is known color: Tolopea. HEX triplet: 25, 1F and 3F. RGB value is (37,31,63). Sum of RGB (Red+Green+Blue) = 37+31+63=131 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.24% from 131); Green value is 31 (12.5% from 255 or 23.66% from 131); Blue value is 63 (25% from 255 or 48.09% from 131); Max value from RGB is 63 - color contains mainly: blue. Hex color #251F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251F3F is #DAE0C0. Grayscale: #242424. Windows color (decimal): -14344385 or 4136741. OLE color: 4136741.
HSL color Cylindrical-coordinate representation of color #251F3F: hue angle of 251.25º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #251F3F is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 37 | 31 | 63 | - |
| CMYK | 0.41 | 0.51 | 0 | 0.75 |
| HSL | 251.25º | 0.34% | 0.18% | - |
| HSV(B) | 251.25º | 0.51% | 0.25% | - |
| XYZ | 2.15 | 1.73 | 4.92 | - |
| YUV | 36.44 | 142.99 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 31 | 63 | 0.41 | 0.51 | 0 | 0.75 | 251.25 | 0.34 | 0.18 |
| Hex | 25 | 1F | 3F | 29 | 33 | 0 | 4B | FB | 22 | 12 |
| Octal | 45 | 37 | 77 | 51 | 63 | 0 | 113 | 373 | 42 | 22 |
| Binary | 100101 | 11111 | 111111 | 101001 | 110011 | 0 | 1001011 | 11111011 | 100010 | 10010 |
Color Harmonies of #251F3F
Complementary color
Monochromatic Colors of #251F3F
Black with #251F3F
Text Example
Text Example
White with #251F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251F3F; }
p { color: rgb(37,31,63); }
H1.HeaderClassName
{
color: #251F3F;
}
.AnyTagClassName
{
color: #251F3F;
}
</style>
background-color css
<style>
a { background-color: #251F3F; }
a { background-color: rgb(37,31,63); }
div.DivClassName
{
background-color: #251F3F;
}
.BgClassName
{
background-color: #251F3F;
}
</style>
border-color css
<style>
span { border-color: #251F3F; }
span { border-color: rgb(37,31,63); }
td.TdClassName
{
border-color: #251F3F;
}
.TagClassName
{
border-color: #251F3F;
}
</style>