Shades of Tolopea #211830
Tints of Tolopea #211830
RGB
CMYK
RGB Variations
Color information
#211830 (or 0x211830) is known color: Tolopea. HEX triplet: 21, 18 and 30. RGB value is (33,24,48). Sum of RGB (Red+Green+Blue) = 33+24+48=105 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.43% from 105); Green value is 24 (9.77% from 255 or 22.86% from 105); Blue value is 48 (19.14% from 255 or 45.71% from 105); Max value from RGB is 48 - color contains mainly: blue. Hex color #211830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211830 is #DEE7CF. Grayscale: #1D1D1D. Windows color (decimal): -14608336 or 3151905. OLE color: 3151905.
HSL color Cylindrical-coordinate representation of color #211830: hue angle of 262.5º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #211830 is Cyan = 0.31, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 33 | 24 | 48 | - |
| CMYK | 0.31 | 0.5 | 0 | 0.81 |
| HSL | 262.5º | 0.33% | 0.14% | - |
| HSV(B) | 262.5º | 0.5% | 0.19% | - |
| XYZ | 1.49 | 1.19 | 2.95 | - |
| YUV | 29.43 | 138.48 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 24 | 48 | 0.31 | 0.5 | 0 | 0.81 | 262.5 | 0.33 | 0.14 |
| Hex | 21 | 18 | 30 | 1F | 32 | 0 | 51 | 106 | 21 | E |
| Octal | 41 | 30 | 60 | 37 | 62 | 0 | 121 | 406 | 41 | 16 |
| Binary | 100001 | 11000 | 110000 | 11111 | 110010 | 0 | 1010001 | 100000110 | 100001 | 1110 |
Color Harmonies of #211830
Complementary color
Monochromatic Colors of #211830
Black with #211830
Text Example
Text Example
White with #211830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211830; }
p { color: rgb(33,24,48); }
H1.HeaderClassName
{
color: #211830;
}
.AnyTagClassName
{
color: #211830;
}
</style>
background-color css
<style>
a { background-color: #211830; }
a { background-color: rgb(33,24,48); }
div.DivClassName
{
background-color: #211830;
}
.BgClassName
{
background-color: #211830;
}
</style>
border-color css
<style>
span { border-color: #211830; }
span { border-color: rgb(33,24,48); }
td.TdClassName
{
border-color: #211830;
}
.TagClassName
{
border-color: #211830;
}
</style>