Shades of Tolopea #2C2930
Tints of Tolopea #2C2930
RGB
CMYK
RGB Variations
Color information
#2C2930 (or 0x2C2930) is known color: Tolopea. HEX triplet: 2C, 29 and 30. RGB value is (44,41,48). Sum of RGB (Red+Green+Blue) = 44+41+48=133 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.08% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 48 (19.14% from 255 or 36.09% from 133); Max value from RGB is 48 - color contains mainly: blue. Hex color #2C2930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2930 is #D3D6CF. Grayscale: #2A2A2A. Windows color (decimal): -13883088 or 3156268. OLE color: 3156268.
HSL color Cylindrical-coordinate representation of color #2C2930: hue angle of 265.71º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #2C2930 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 44 | 41 | 48 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.81 |
| HSL | 265.71º | 0.08% | 0.17% | - |
| HSV(B) | 265.71º | 0.15% | 0.19% | - |
| XYZ | 2.37 | 2.33 | 3.12 | - |
| YUV | 42.7 | 130.99 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 41 | 48 | 0.08 | 0.15 | 0 | 0.81 | 265.71 | 0.08 | 0.17 |
| Hex | 2C | 29 | 30 | 8 | F | 0 | 51 | 10A | 8 | 11 |
| Octal | 54 | 51 | 60 | 10 | 17 | 0 | 121 | 412 | 10 | 21 |
| Binary | 101100 | 101001 | 110000 | 1000 | 1111 | 0 | 1010001 | 100001010 | 1000 | 10001 |
Color Harmonies of #2C2930
Complementary color
Monochromatic Colors of #2C2930
Black with #2C2930
Text Example
Text Example
White with #2C2930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2930; }
p { color: rgb(44,41,48); }
H1.HeaderClassName
{
color: #2C2930;
}
.AnyTagClassName
{
color: #2C2930;
}
</style>
background-color css
<style>
a { background-color: #2C2930; }
a { background-color: rgb(44,41,48); }
div.DivClassName
{
background-color: #2C2930;
}
.BgClassName
{
background-color: #2C2930;
}
</style>
border-color css
<style>
span { border-color: #2C2930; }
span { border-color: rgb(44,41,48); }
td.TdClassName
{
border-color: #2C2930;
}
.TagClassName
{
border-color: #2C2930;
}
</style>