Shades of Tolopea #2D2835
Tints of Tolopea #2D2835
RGB
CMYK
RGB Variations
Color information
#2D2835 (or 0x2D2835) is known color: Tolopea. HEX triplet: 2D, 28 and 35. RGB value is (45,40,53). Sum of RGB (Red+Green+Blue) = 45+40+53=138 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.61% from 138); Green value is 40 (16.02% from 255 or 28.99% from 138); Blue value is 53 (21.09% from 255 or 38.41% from 138); Max value from RGB is 53 - color contains mainly: blue. Hex color #2D2835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2835 is #D2D7CA. Grayscale: #2A2A2A. Windows color (decimal): -13817803 or 3483693. OLE color: 3483693.
HSL color Cylindrical-coordinate representation of color #2D2835: hue angle of 263.08º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2D2835 is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 45 | 40 | 53 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.79 |
| HSL | 263.08º | 0.14% | 0.18% | - |
| HSV(B) | 263.08º | 0.25% | 0.21% | - |
| XYZ | 2.48 | 2.33 | 3.69 | - |
| YUV | 42.98 | 133.66 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 40 | 53 | 0.15 | 0.25 | 0 | 0.79 | 263.08 | 0.14 | 0.18 |
| Hex | 2D | 28 | 35 | F | 19 | 0 | 4F | 107 | E | 12 |
| Octal | 55 | 50 | 65 | 17 | 31 | 0 | 117 | 407 | 16 | 22 |
| Binary | 101101 | 101000 | 110101 | 1111 | 11001 | 0 | 1001111 | 100000111 | 1110 | 10010 |
Color Harmonies of #2D2835
Complementary color
Monochromatic Colors of #2D2835
Black with #2D2835
Text Example
Text Example
White with #2D2835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2835; }
p { color: rgb(45,40,53); }
H1.HeaderClassName
{
color: #2D2835;
}
.AnyTagClassName
{
color: #2D2835;
}
</style>
background-color css
<style>
a { background-color: #2D2835; }
a { background-color: rgb(45,40,53); }
div.DivClassName
{
background-color: #2D2835;
}
.BgClassName
{
background-color: #2D2835;
}
</style>
border-color css
<style>
span { border-color: #2D2835; }
span { border-color: rgb(45,40,53); }
td.TdClassName
{
border-color: #2D2835;
}
.TagClassName
{
border-color: #2D2835;
}
</style>