Shades of Tolopea #2B253A
Tints of Tolopea #2B253A
RGB
CMYK
RGB Variations
Color information
#2B253A (or 0x2B253A) is known color: Tolopea. HEX triplet: 2B, 25 and 3A. RGB value is (43,37,58). Sum of RGB (Red+Green+Blue) = 43+37+58=138 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.16% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 58 (23.05% from 255 or 42.03% from 138); Max value from RGB is 58 - color contains mainly: blue. Hex color #2B253A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B253A is #D4DAC5. Grayscale: #292929. Windows color (decimal): -13949638 or 3810603. OLE color: 3810603.
HSL color Cylindrical-coordinate representation of color #2B253A: hue angle of 257.14º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2B253A is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 43 | 37 | 58 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.77 |
| HSL | 257.14º | 0.22% | 0.19% | - |
| HSV(B) | 257.14º | 0.36% | 0.23% | - |
| XYZ | 2.42 | 2.14 | 4.29 | - |
| YUV | 41.19 | 137.49 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 37 | 58 | 0.26 | 0.36 | 0 | 0.77 | 257.14 | 0.22 | 0.19 |
| Hex | 2B | 25 | 3A | 1A | 24 | 0 | 4D | 101 | 16 | 13 |
| Octal | 53 | 45 | 72 | 32 | 44 | 0 | 115 | 401 | 26 | 23 |
| Binary | 101011 | 100101 | 111010 | 11010 | 100100 | 0 | 1001101 | 100000001 | 10110 | 10011 |
Color Harmonies of #2B253A
Complementary color
Monochromatic Colors of #2B253A
Black with #2B253A
Text Example
Text Example
White with #2B253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B253A; }
p { color: rgb(43,37,58); }
H1.HeaderClassName
{
color: #2B253A;
}
.AnyTagClassName
{
color: #2B253A;
}
</style>
background-color css
<style>
a { background-color: #2B253A; }
a { background-color: rgb(43,37,58); }
div.DivClassName
{
background-color: #2B253A;
}
.BgClassName
{
background-color: #2B253A;
}
</style>
border-color css
<style>
span { border-color: #2B253A; }
span { border-color: rgb(43,37,58); }
td.TdClassName
{
border-color: #2B253A;
}
.TagClassName
{
border-color: #2B253A;
}
</style>