Shades of Tolopea #2B2741
Tints of Tolopea #2B2741
RGB
CMYK
RGB Variations
Color information
#2B2741 (or 0x2B2741) is known color: Tolopea. HEX triplet: 2B, 27 and 41. RGB value is (43,39,65). Sum of RGB (Red+Green+Blue) = 43+39+65=147 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.25% from 147); Green value is 39 (15.62% from 255 or 26.53% from 147); Blue value is 65 (25.78% from 255 or 44.22% from 147); Max value from RGB is 65 - color contains mainly: blue. Hex color #2B2741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2741 is #D4D8BE. Grayscale: #2B2B2B. Windows color (decimal): -13949119 or 4269867. OLE color: 4269867.
HSL color Cylindrical-coordinate representation of color #2B2741: hue angle of 249.23º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2B2741 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 39 | 65 | - |
| CMYK | 0.34 | 0.40 | 0 | 0.75 |
| HSL | 249.23º | 0.25% | 0.2% | - |
| HSV(B) | 249.23º | 0.4% | 0.25% | - |
| XYZ | 2.68 | 2.35 | 5.31 | - |
| YUV | 43.16 | 140.33 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 39 | 65 | 0.34 | 0.40 | 0 | 0.75 | 249.23 | 0.25 | 0.2 |
| Hex | 2B | 27 | 41 | 22 | 28 | 0 | 4B | F9 | 19 | 14 |
| Octal | 53 | 47 | 101 | 42 | 50 | 0 | 113 | 371 | 31 | 24 |
| Binary | 101011 | 100111 | 1000001 | 100010 | 101000 | 0 | 1001011 | 11111001 | 11001 | 10100 |
Color Harmonies of #2B2741
Complementary color
Monochromatic Colors of #2B2741
Black with #2B2741
Text Example
Text Example
White with #2B2741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2741; }
p { color: rgb(43,39,65); }
H1.HeaderClassName
{
color: #2B2741;
}
.AnyTagClassName
{
color: #2B2741;
}
</style>
background-color css
<style>
a { background-color: #2B2741; }
a { background-color: rgb(43,39,65); }
div.DivClassName
{
background-color: #2B2741;
}
.BgClassName
{
background-color: #2B2741;
}
</style>
border-color css
<style>
span { border-color: #2B2741; }
span { border-color: rgb(43,39,65); }
td.TdClassName
{
border-color: #2B2741;
}
.TagClassName
{
border-color: #2B2741;
}
</style>