Shades of Tolopea #1F1837
Tints of Tolopea #1F1837
RGB
CMYK
RGB Variations
Color information
#1F1837 (or 0x1F1837) is known color: Tolopea. HEX triplet: 1F, 18 and 37. RGB value is (31,24,55). Sum of RGB (Red+Green+Blue) = 31+24+55=110 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.18% from 110); Green value is 24 (9.77% from 255 or 21.82% from 110); Blue value is 55 (21.88% from 255 or 50% from 110); Max value from RGB is 55 - color contains mainly: blue. Hex color #1F1837 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1837 is #E0E7C8. Grayscale: #1D1D1D. Windows color (decimal): -14739401 or 3610655. OLE color: 3610655.
HSL color Cylindrical-coordinate representation of color #1F1837: hue angle of 253.55º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1F1837 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 31 | 24 | 55 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.78 |
| HSL | 253.55º | 0.39% | 0.15% | - |
| HSV(B) | 253.55º | 0.56% | 0.22% | - |
| XYZ | 1.58 | 1.22 | 3.77 | - |
| YUV | 29.63 | 142.32 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 24 | 55 | 0.44 | 0.56 | 0 | 0.78 | 253.55 | 0.39 | 0.15 |
| Hex | 1F | 18 | 37 | 2C | 38 | 0 | 4E | FE | 27 | F |
| Octal | 37 | 30 | 67 | 54 | 70 | 0 | 116 | 376 | 47 | 17 |
| Binary | 11111 | 11000 | 110111 | 101100 | 111000 | 0 | 1001110 | 11111110 | 100111 | 1111 |
Color Harmonies of #1F1837
Complementary color
Monochromatic Colors of #1F1837
Black with #1F1837
Text Example
Text Example
White with #1F1837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1837; }
p { color: rgb(31,24,55); }
H1.HeaderClassName
{
color: #1F1837;
}
.AnyTagClassName
{
color: #1F1837;
}
</style>
background-color css
<style>
a { background-color: #1F1837; }
a { background-color: rgb(31,24,55); }
div.DivClassName
{
background-color: #1F1837;
}
.BgClassName
{
background-color: #1F1837;
}
</style>
border-color css
<style>
span { border-color: #1F1837; }
span { border-color: rgb(31,24,55); }
td.TdClassName
{
border-color: #1F1837;
}
.TagClassName
{
border-color: #1F1837;
}
</style>