Shades of Tolopea #211939
Tints of Tolopea #211939
RGB
CMYK
RGB Variations
Color information
#211939 (or 0x211939) is known color: Tolopea. HEX triplet: 21, 19 and 39. RGB value is (33,25,57). Sum of RGB (Red+Green+Blue) = 33+25+57=115 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.70% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 57 (22.66% from 255 or 49.57% from 115); Max value from RGB is 57 - color contains mainly: blue. Hex color #211939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211939 is #DEE6C6. Grayscale: #1E1E1E. Windows color (decimal): -14608071 or 3741985. OLE color: 3741985.
HSL color Cylindrical-coordinate representation of color #211939: hue angle of 255º degrees, saturation: 0.39, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #211939 is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 33 | 25 | 57 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.78 |
| HSL | 255º | 0.39% | 0.16% | - |
| HSV(B) | 255º | 0.56% | 0.22% | - |
| XYZ | 1.71 | 1.31 | 4.03 | - |
| YUV | 31.04 | 142.65 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 25 | 57 | 0.42 | 0.56 | 0 | 0.78 | 255 | 0.39 | 0.16 |
| Hex | 21 | 19 | 39 | 2A | 38 | 0 | 4E | FF | 27 | 10 |
| Octal | 41 | 31 | 71 | 52 | 70 | 0 | 116 | 377 | 47 | 20 |
| Binary | 100001 | 11001 | 111001 | 101010 | 111000 | 0 | 1001110 | 11111111 | 100111 | 10000 |
Color Harmonies of #211939
Complementary color
Monochromatic Colors of #211939
Black with #211939
Text Example
Text Example
White with #211939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211939; }
p { color: rgb(33,25,57); }
H1.HeaderClassName
{
color: #211939;
}
.AnyTagClassName
{
color: #211939;
}
</style>
background-color css
<style>
a { background-color: #211939; }
a { background-color: rgb(33,25,57); }
div.DivClassName
{
background-color: #211939;
}
.BgClassName
{
background-color: #211939;
}
</style>
border-color css
<style>
span { border-color: #211939; }
span { border-color: rgb(33,25,57); }
td.TdClassName
{
border-color: #211939;
}
.TagClassName
{
border-color: #211939;
}
</style>