Shades of Tolopea #2D2635
Tints of Tolopea #2D2635
RGB
CMYK
RGB Variations
Color information
#2D2635 (or 0x2D2635) is known color: Tolopea. HEX triplet: 2D, 26 and 35. RGB value is (45,38,53). Sum of RGB (Red+Green+Blue) = 45+38+53=136 (18% of max value = 765). Red value is 45 (17.97% from 255 or 33.09% from 136); Green value is 38 (15.23% from 255 or 27.94% from 136); Blue value is 53 (21.09% from 255 or 38.97% from 136); Max value from RGB is 53 - color contains mainly: blue. Hex color #2D2635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2635 is #D2D9CA. Grayscale: #292929. Windows color (decimal): -13818315 or 3483181. OLE color: 3483181.
HSL color Cylindrical-coordinate representation of color #2D2635: hue angle of 268º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2D2635 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 45 | 38 | 53 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.79 |
| HSL | 268º | 0.16% | 0.18% | - |
| HSV(B) | 268º | 0.28% | 0.21% | - |
| XYZ | 2.42 | 2.2 | 3.67 | - |
| YUV | 41.8 | 134.32 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 38 | 53 | 0.15 | 0.28 | 0 | 0.79 | 268 | 0.16 | 0.18 |
| Hex | 2D | 26 | 35 | F | 1C | 0 | 4F | 10C | 10 | 12 |
| Octal | 55 | 46 | 65 | 17 | 34 | 0 | 117 | 414 | 20 | 22 |
| Binary | 101101 | 100110 | 110101 | 1111 | 11100 | 0 | 1001111 | 100001100 | 10000 | 10010 |
Color Harmonies of #2D2635
Complementary color
Monochromatic Colors of #2D2635
Black with #2D2635
Text Example
Text Example
White with #2D2635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2635; }
p { color: rgb(45,38,53); }
H1.HeaderClassName
{
color: #2D2635;
}
.AnyTagClassName
{
color: #2D2635;
}
</style>
background-color css
<style>
a { background-color: #2D2635; }
a { background-color: rgb(45,38,53); }
div.DivClassName
{
background-color: #2D2635;
}
.BgClassName
{
background-color: #2D2635;
}
</style>
border-color css
<style>
span { border-color: #2D2635; }
span { border-color: rgb(45,38,53); }
td.TdClassName
{
border-color: #2D2635;
}
.TagClassName
{
border-color: #2D2635;
}
</style>