Shades of Tolopea #2D2838
Tints of Tolopea #2D2838
RGB
CMYK
RGB Variations
Color information
#2D2838 (or 0x2D2838) is known color: Tolopea. HEX triplet: 2D, 28 and 38. RGB value is (45,40,56). Sum of RGB (Red+Green+Blue) = 45+40+56=141 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.91% from 141); Green value is 40 (16.02% from 255 or 28.37% from 141); Blue value is 56 (22.27% from 255 or 39.72% from 141); Max value from RGB is 56 - color contains mainly: blue. Hex color #2D2838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2838 is #D2D7C7. Grayscale: #2B2B2B. Windows color (decimal): -13817800 or 3680301. OLE color: 3680301.
HSL color Cylindrical-coordinate representation of color #2D2838: hue angle of 258.75º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2D2838 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 40 | 56 | - |
| CMYK | 0.20 | 0.29 | 0 | 0.78 |
| HSL | 258.75º | 0.17% | 0.19% | - |
| HSV(B) | 258.75º | 0.29% | 0.22% | - |
| XYZ | 2.55 | 2.36 | 4.06 | - |
| YUV | 43.32 | 135.16 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 40 | 56 | 0.20 | 0.29 | 0 | 0.78 | 258.75 | 0.17 | 0.19 |
| Hex | 2D | 28 | 38 | 14 | 1D | 0 | 4E | 103 | 11 | 13 |
| Octal | 55 | 50 | 70 | 24 | 35 | 0 | 116 | 403 | 21 | 23 |
| Binary | 101101 | 101000 | 111000 | 10100 | 11101 | 0 | 1001110 | 100000011 | 10001 | 10011 |
Color Harmonies of #2D2838
Complementary color
Monochromatic Colors of #2D2838
Black with #2D2838
Text Example
Text Example
White with #2D2838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2838; }
p { color: rgb(45,40,56); }
H1.HeaderClassName
{
color: #2D2838;
}
.AnyTagClassName
{
color: #2D2838;
}
</style>
background-color css
<style>
a { background-color: #2D2838; }
a { background-color: rgb(45,40,56); }
div.DivClassName
{
background-color: #2D2838;
}
.BgClassName
{
background-color: #2D2838;
}
</style>
border-color css
<style>
span { border-color: #2D2838; }
span { border-color: rgb(45,40,56); }
td.TdClassName
{
border-color: #2D2838;
}
.TagClassName
{
border-color: #2D2838;
}
</style>