Shades of Tolopea #1F1737
Tints of Tolopea #1F1737
RGB
CMYK
RGB Variations
Color information
#1F1737 (or 0x1F1737) is known color: Tolopea. HEX triplet: 1F, 17 and 37. RGB value is (31,23,55). Sum of RGB (Red+Green+Blue) = 31+23+55=109 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.44% from 109); Green value is 23 (9.38% from 255 or 21.10% from 109); Blue value is 55 (21.88% from 255 or 50.46% from 109); Max value from RGB is 55 - color contains mainly: blue. Hex color #1F1737 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1737 is #E0E8C8. Grayscale: #1C1C1C. Windows color (decimal): -14739657 or 3610399. OLE color: 3610399.
HSL color Cylindrical-coordinate representation of color #1F1737: hue angle of 255º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F1737 is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 31 | 23 | 55 | - |
| CMYK | 0.44 | 0.58 | 0 | 0.78 |
| HSL | 255º | 0.41% | 0.15% | - |
| HSV(B) | 255º | 0.58% | 0.22% | - |
| XYZ | 1.56 | 1.18 | 3.76 | - |
| YUV | 29.04 | 142.65 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 23 | 55 | 0.44 | 0.58 | 0 | 0.78 | 255 | 0.41 | 0.15 |
| Hex | 1F | 17 | 37 | 2C | 3A | 0 | 4E | FF | 29 | F |
| Octal | 37 | 27 | 67 | 54 | 72 | 0 | 116 | 377 | 51 | 17 |
| Binary | 11111 | 10111 | 110111 | 101100 | 111010 | 0 | 1001110 | 11111111 | 101001 | 1111 |
Color Harmonies of #1F1737
Complementary color
Monochromatic Colors of #1F1737
Black with #1F1737
Text Example
Text Example
White with #1F1737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1737; }
p { color: rgb(31,23,55); }
H1.HeaderClassName
{
color: #1F1737;
}
.AnyTagClassName
{
color: #1F1737;
}
</style>
background-color css
<style>
a { background-color: #1F1737; }
a { background-color: rgb(31,23,55); }
div.DivClassName
{
background-color: #1F1737;
}
.BgClassName
{
background-color: #1F1737;
}
</style>
border-color css
<style>
span { border-color: #1F1737; }
span { border-color: rgb(31,23,55); }
td.TdClassName
{
border-color: #1F1737;
}
.TagClassName
{
border-color: #1F1737;
}
</style>