Shades of Tolopea #2B2437
Tints of Tolopea #2B2437
RGB
CMYK
RGB Variations
Color information
#2B2437 (or 0x2B2437) is known color: Tolopea. HEX triplet: 2B, 24 and 37. RGB value is (43,36,55). Sum of RGB (Red+Green+Blue) = 43+36+55=134 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.09% from 134); Green value is 36 (14.45% from 255 or 26.87% from 134); Blue value is 55 (21.88% from 255 or 41.04% from 134); Max value from RGB is 55 - color contains mainly: blue. Hex color #2B2437 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2437 is #D4DBC8. Grayscale: #282828. Windows color (decimal): -13949897 or 3613739. OLE color: 3613739.
HSL color Cylindrical-coordinate representation of color #2B2437: hue angle of 262.11º degrees, saturation: 0.21, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2B2437 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 36 | 55 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.78 |
| HSL | 262.11º | 0.21% | 0.18% | - |
| HSV(B) | 262.11º | 0.35% | 0.22% | - |
| XYZ | 2.32 | 2.05 | 3.89 | - |
| YUV | 40.26 | 136.32 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 36 | 55 | 0.22 | 0.35 | 0 | 0.78 | 262.11 | 0.21 | 0.18 |
| Hex | 2B | 24 | 37 | 16 | 23 | 0 | 4E | 106 | 15 | 12 |
| Octal | 53 | 44 | 67 | 26 | 43 | 0 | 116 | 406 | 25 | 22 |
| Binary | 101011 | 100100 | 110111 | 10110 | 100011 | 0 | 1001110 | 100000110 | 10101 | 10010 |
Color Harmonies of #2B2437
Complementary color
Monochromatic Colors of #2B2437
Black with #2B2437
Text Example
Text Example
White with #2B2437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2437; }
p { color: rgb(43,36,55); }
H1.HeaderClassName
{
color: #2B2437;
}
.AnyTagClassName
{
color: #2B2437;
}
</style>
background-color css
<style>
a { background-color: #2B2437; }
a { background-color: rgb(43,36,55); }
div.DivClassName
{
background-color: #2B2437;
}
.BgClassName
{
background-color: #2B2437;
}
</style>
border-color css
<style>
span { border-color: #2B2437; }
span { border-color: rgb(43,36,55); }
td.TdClassName
{
border-color: #2B2437;
}
.TagClassName
{
border-color: #2B2437;
}
</style>