Shades of Tolopea #211941
Tints of Tolopea #211941
RGB
CMYK
RGB Variations
Color information
#211941 (or 0x211941) is known color: Tolopea. HEX triplet: 21, 19 and 41. RGB value is (33,25,65). Sum of RGB (Red+Green+Blue) = 33+25+65=123 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.83% from 123); Green value is 25 (10.16% from 255 or 20.33% from 123); Blue value is 65 (25.78% from 255 or 52.85% from 123); Max value from RGB is 65 - color contains mainly: blue. Hex color #211941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211941 is #DEE6BE. Grayscale: #1F1F1F. Windows color (decimal): -14608063 or 4266273. OLE color: 4266273.
HSL color Cylindrical-coordinate representation of color #211941: hue angle of 252º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #211941 is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 25 | 65 | - |
| CMYK | 0.49 | 0.62 | 0 | 0.75 |
| HSL | 252º | 0.44% | 0.18% | - |
| HSV(B) | 252º | 0.62% | 0.25% | - |
| XYZ | 1.93 | 1.4 | 5.17 | - |
| YUV | 31.95 | 146.65 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 25 | 65 | 0.49 | 0.62 | 0 | 0.75 | 252 | 0.44 | 0.18 |
| Hex | 21 | 19 | 41 | 31 | 3E | 0 | 4B | FC | 2C | 12 |
| Octal | 41 | 31 | 101 | 61 | 76 | 0 | 113 | 374 | 54 | 22 |
| Binary | 100001 | 11001 | 1000001 | 110001 | 111110 | 0 | 1001011 | 11111100 | 101100 | 10010 |
Color Harmonies of #211941
Complementary color
Monochromatic Colors of #211941
Black with #211941
Text Example
Text Example
White with #211941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211941; }
p { color: rgb(33,25,65); }
H1.HeaderClassName
{
color: #211941;
}
.AnyTagClassName
{
color: #211941;
}
</style>
background-color css
<style>
a { background-color: #211941; }
a { background-color: rgb(33,25,65); }
div.DivClassName
{
background-color: #211941;
}
.BgClassName
{
background-color: #211941;
}
</style>
border-color css
<style>
span { border-color: #211941; }
span { border-color: rgb(33,25,65); }
td.TdClassName
{
border-color: #211941;
}
.TagClassName
{
border-color: #211941;
}
</style>