Shades of Tolopea #201831
Tints of Tolopea #201831
RGB
CMYK
RGB Variations
Color information
#201831 (or 0x201831) is known color: Tolopea. HEX triplet: 20, 18 and 31. RGB value is (32,24,49). Sum of RGB (Red+Green+Blue) = 32+24+49=105 (13% of max value = 765). Red value is 32 (12.89% from 255 or 30.48% from 105); Green value is 24 (9.77% from 255 or 22.86% from 105); Blue value is 49 (19.53% from 255 or 46.67% from 105); Max value from RGB is 49 - color contains mainly: blue. Hex color #201831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201831 is #DFE7CE. Grayscale: #1D1D1D. Windows color (decimal): -14673871 or 3217440. OLE color: 3217440.
HSL color Cylindrical-coordinate representation of color #201831: hue angle of 259.2º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #201831 is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 32 | 24 | 49 | - |
| CMYK | 0.35 | 0.51 | 0 | 0.81 |
| HSL | 259.2º | 0.34% | 0.14% | - |
| HSV(B) | 259.2º | 0.51% | 0.19% | - |
| XYZ | 1.48 | 1.18 | 3.06 | - |
| YUV | 29.24 | 139.15 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 24 | 49 | 0.35 | 0.51 | 0 | 0.81 | 259.2 | 0.34 | 0.14 |
| Hex | 20 | 18 | 31 | 23 | 33 | 0 | 51 | 103 | 22 | E |
| Octal | 40 | 30 | 61 | 43 | 63 | 0 | 121 | 403 | 42 | 16 |
| Binary | 100000 | 11000 | 110001 | 100011 | 110011 | 0 | 1010001 | 100000011 | 100010 | 1110 |
Color Harmonies of #201831
Complementary color
Monochromatic Colors of #201831
Black with #201831
Text Example
Text Example
White with #201831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201831; }
p { color: rgb(32,24,49); }
H1.HeaderClassName
{
color: #201831;
}
.AnyTagClassName
{
color: #201831;
}
</style>
background-color css
<style>
a { background-color: #201831; }
a { background-color: rgb(32,24,49); }
div.DivClassName
{
background-color: #201831;
}
.BgClassName
{
background-color: #201831;
}
</style>
border-color css
<style>
span { border-color: #201831; }
span { border-color: rgb(32,24,49); }
td.TdClassName
{
border-color: #201831;
}
.TagClassName
{
border-color: #201831;
}
</style>