Shades of Tolopea #1F1836
Tints of Tolopea #1F1836
RGB
CMYK
RGB Variations
Color information
#1F1836 (or 0x1F1836) is known color: Tolopea. HEX triplet: 1F, 18 and 36. RGB value is (31,24,54). Sum of RGB (Red+Green+Blue) = 31+24+54=109 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.44% from 109); Green value is 24 (9.77% from 255 or 22.02% from 109); Blue value is 54 (21.48% from 255 or 49.54% from 109); Max value from RGB is 54 - color contains mainly: blue. Hex color #1F1836 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1836 is #E0E7C9. Grayscale: #1D1D1D. Windows color (decimal): -14739402 or 3545119. OLE color: 3545119.
HSL color Cylindrical-coordinate representation of color #1F1836: hue angle of 254º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1F1836 is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 31 | 24 | 54 | - |
| CMYK | 0.43 | 0.56 | 0 | 0.79 |
| HSL | 254º | 0.38% | 0.15% | - |
| HSV(B) | 254º | 0.56% | 0.21% | - |
| XYZ | 1.56 | 1.21 | 3.64 | - |
| YUV | 29.51 | 141.82 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 24 | 54 | 0.43 | 0.56 | 0 | 0.79 | 254 | 0.38 | 0.15 |
| Hex | 1F | 18 | 36 | 2B | 38 | 0 | 4F | FE | 26 | F |
| Octal | 37 | 30 | 66 | 53 | 70 | 0 | 117 | 376 | 46 | 17 |
| Binary | 11111 | 11000 | 110110 | 101011 | 111000 | 0 | 1001111 | 11111110 | 100110 | 1111 |
Color Harmonies of #1F1836
Complementary color
Monochromatic Colors of #1F1836
Black with #1F1836
Text Example
Text Example
White with #1F1836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1836; }
p { color: rgb(31,24,54); }
H1.HeaderClassName
{
color: #1F1836;
}
.AnyTagClassName
{
color: #1F1836;
}
</style>
background-color css
<style>
a { background-color: #1F1836; }
a { background-color: rgb(31,24,54); }
div.DivClassName
{
background-color: #1F1836;
}
.BgClassName
{
background-color: #1F1836;
}
</style>
border-color css
<style>
span { border-color: #1F1836; }
span { border-color: rgb(31,24,54); }
td.TdClassName
{
border-color: #1F1836;
}
.TagClassName
{
border-color: #1F1836;
}
</style>