Shades of Eternity #2B2C28
Tints of Eternity #2B2C28
RGB
CMYK
RGB Variations
Color information
#2B2C28 (or 0x2B2C28) is known color: Eternity. HEX triplet: 2B, 2C and 28. RGB value is (43,44,40). Sum of RGB (Red+Green+Blue) = 43+44+40=127 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.86% from 127); Green value is 44 (17.58% from 255 or 34.65% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 44 - color contains mainly: green. Hex color #2B2C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2C28 is #D4D3D7. Grayscale: #2B2B2B. Windows color (decimal): -13947864 or 2632747. OLE color: 2632747.
HSL color Cylindrical-coordinate representation of color #2B2C28: hue angle of 75º degrees, saturation: 0.05, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #2B2C28 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 44 | 40 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.83 |
| HSL | 75º | 0.05% | 0.16% | - |
| HSV(B) | 75º | 0.09% | 0.17% | - |
| XYZ | 2.28 | 2.47 | 2.36 | - |
| YUV | 43.25 | 126.17 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 44 | 40 | 0.02 | 0 | 0.09 | 0.83 | 75 | 0.05 | 0.16 |
| Hex | 2B | 2C | 28 | 2 | 0 | 9 | 53 | 4B | 5 | 10 |
| Octal | 53 | 54 | 50 | 2 | 0 | 11 | 123 | 113 | 5 | 20 |
| Binary | 101011 | 101100 | 101000 | 10 | 0 | 1001 | 1010011 | 1001011 | 101 | 10000 |
Color Harmonies of #2B2C28
Complementary color
Monochromatic Colors of #2B2C28
Black with #2B2C28
Text Example
Text Example
White with #2B2C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2C28; }
p { color: rgb(43,44,40); }
H1.HeaderClassName
{
color: #2B2C28;
}
.AnyTagClassName
{
color: #2B2C28;
}
</style>
background-color css
<style>
a { background-color: #2B2C28; }
a { background-color: rgb(43,44,40); }
div.DivClassName
{
background-color: #2B2C28;
}
.BgClassName
{
background-color: #2B2C28;
}
</style>
border-color css
<style>
span { border-color: #2B2C28; }
span { border-color: rgb(43,44,40); }
td.TdClassName
{
border-color: #2B2C28;
}
.TagClassName
{
border-color: #2B2C28;
}
</style>