Shades of Tolopea #2B213F
Tints of Tolopea #2B213F
RGB
CMYK
RGB Variations
Color information
#2B213F (or 0x2B213F) is known color: Tolopea. HEX triplet: 2B, 21 and 3F. RGB value is (43,33,63). Sum of RGB (Red+Green+Blue) = 43+33+63=139 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.94% from 139); Green value is 33 (13.28% from 255 or 23.74% from 139); Blue value is 63 (25% from 255 or 45.32% from 139); Max value from RGB is 63 - color contains mainly: blue. Hex color #2B213F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B213F is #D4DEC0. Grayscale: #272727. Windows color (decimal): -13950657 or 4137259. OLE color: 4137259.
HSL color Cylindrical-coordinate representation of color #2B213F: hue angle of 260º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2B213F is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 33 | 63 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.75 |
| HSL | 260º | 0.31% | 0.19% | - |
| HSV(B) | 260º | 0.48% | 0.25% | - |
| XYZ | 2.44 | 1.96 | 4.95 | - |
| YUV | 39.41 | 141.31 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 33 | 63 | 0.32 | 0.48 | 0 | 0.75 | 260 | 0.31 | 0.19 |
| Hex | 2B | 21 | 3F | 20 | 30 | 0 | 4B | 104 | 1F | 13 |
| Octal | 53 | 41 | 77 | 40 | 60 | 0 | 113 | 404 | 37 | 23 |
| Binary | 101011 | 100001 | 111111 | 100000 | 110000 | 0 | 1001011 | 100000100 | 11111 | 10011 |
Color Harmonies of #2B213F
Complementary color
Monochromatic Colors of #2B213F
Black with #2B213F
Text Example
Text Example
White with #2B213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B213F; }
p { color: rgb(43,33,63); }
H1.HeaderClassName
{
color: #2B213F;
}
.AnyTagClassName
{
color: #2B213F;
}
</style>
background-color css
<style>
a { background-color: #2B213F; }
a { background-color: rgb(43,33,63); }
div.DivClassName
{
background-color: #2B213F;
}
.BgClassName
{
background-color: #2B213F;
}
</style>
border-color css
<style>
span { border-color: #2B213F; }
span { border-color: rgb(43,33,63); }
td.TdClassName
{
border-color: #2B213F;
}
.TagClassName
{
border-color: #2B213F;
}
</style>