Shades of Tolopea #211835
Tints of Tolopea #211835
RGB
CMYK
RGB Variations
Color information
#211835 (or 0x211835) is known color: Tolopea. HEX triplet: 21, 18 and 35. RGB value is (33,24,53). Sum of RGB (Red+Green+Blue) = 33+24+53=110 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30% from 110); Green value is 24 (9.77% from 255 or 21.82% from 110); Blue value is 53 (21.09% from 255 or 48.18% from 110); Max value from RGB is 53 - color contains mainly: blue. Hex color #211835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211835 is #DEE7CA. Grayscale: #1D1D1D. Windows color (decimal): -14608331 or 3479585. OLE color: 3479585.
HSL color Cylindrical-coordinate representation of color #211835: hue angle of 258.62º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #211835 is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 33 | 24 | 53 | - |
| CMYK | 0.38 | 0.55 | 0 | 0.79 |
| HSL | 258.62º | 0.38% | 0.15% | - |
| HSV(B) | 258.62º | 0.55% | 0.21% | - |
| XYZ | 1.6 | 1.23 | 3.52 | - |
| YUV | 30 | 140.98 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 24 | 53 | 0.38 | 0.55 | 0 | 0.79 | 258.62 | 0.38 | 0.15 |
| Hex | 21 | 18 | 35 | 26 | 37 | 0 | 4F | 103 | 26 | F |
| Octal | 41 | 30 | 65 | 46 | 67 | 0 | 117 | 403 | 46 | 17 |
| Binary | 100001 | 11000 | 110101 | 100110 | 110111 | 0 | 1001111 | 100000011 | 100110 | 1111 |
Color Harmonies of #211835
Complementary color
Monochromatic Colors of #211835
Black with #211835
Text Example
Text Example
White with #211835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211835; }
p { color: rgb(33,24,53); }
H1.HeaderClassName
{
color: #211835;
}
.AnyTagClassName
{
color: #211835;
}
</style>
background-color css
<style>
a { background-color: #211835; }
a { background-color: rgb(33,24,53); }
div.DivClassName
{
background-color: #211835;
}
.BgClassName
{
background-color: #211835;
}
</style>
border-color css
<style>
span { border-color: #211835; }
span { border-color: rgb(33,24,53); }
td.TdClassName
{
border-color: #211835;
}
.TagClassName
{
border-color: #211835;
}
</style>