Shades of Tolopea #211731
Tints of Tolopea #211731
RGB
CMYK
RGB Variations
Color information
#211731 (or 0x211731) is known color: Tolopea. HEX triplet: 21, 17 and 31. RGB value is (33,23,49). Sum of RGB (Red+Green+Blue) = 33+23+49=105 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.43% from 105); Green value is 23 (9.38% from 255 or 21.90% 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 #211731 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211731 is #DEE8CE. Grayscale: #1C1C1C. Windows color (decimal): -14608591 or 3217185. OLE color: 3217185.
HSL color Cylindrical-coordinate representation of color #211731: hue angle of 263.08º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #211731 is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 33 | 23 | 49 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.81 |
| HSL | 263.08º | 0.36% | 0.14% | - |
| HSV(B) | 263.08º | 0.53% | 0.19% | - |
| XYZ | 1.49 | 1.16 | 3.05 | - |
| YUV | 28.95 | 139.31 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 23 | 49 | 0.33 | 0.53 | 0 | 0.81 | 263.08 | 0.36 | 0.14 |
| Hex | 21 | 17 | 31 | 21 | 35 | 0 | 51 | 107 | 24 | E |
| Octal | 41 | 27 | 61 | 41 | 65 | 0 | 121 | 407 | 44 | 16 |
| Binary | 100001 | 10111 | 110001 | 100001 | 110101 | 0 | 1010001 | 100000111 | 100100 | 1110 |
Color Harmonies of #211731
Complementary color
Monochromatic Colors of #211731
Black with #211731
Text Example
Text Example
White with #211731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211731; }
p { color: rgb(33,23,49); }
H1.HeaderClassName
{
color: #211731;
}
.AnyTagClassName
{
color: #211731;
}
</style>
background-color css
<style>
a { background-color: #211731; }
a { background-color: rgb(33,23,49); }
div.DivClassName
{
background-color: #211731;
}
.BgClassName
{
background-color: #211731;
}
</style>
border-color css
<style>
span { border-color: #211731; }
span { border-color: rgb(33,23,49); }
td.TdClassName
{
border-color: #211731;
}
.TagClassName
{
border-color: #211731;
}
</style>