Shades of Nero #2B2828
Tints of Nero #2B2828
RGB
CMYK
RGB Variations
Color information
#2B2828 (or 0x2B2828) is known color: Nero. HEX triplet: 2B, 28 and 28. RGB value is (43,40,40). Sum of RGB (Red+Green+Blue) = 43+40+40=123 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.96% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 40 (16.02% from 255 or 32.52% from 123); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2828 is #D4D7D7. Grayscale: #282828. Windows color (decimal): -13948888 or 2631723. OLE color: 2631723.
HSL color Cylindrical-coordinate representation of color #2B2828: hue angle of 0º degrees, saturation: 0.04, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #2B2828 is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.83.
Color convert
RGB | 43 | 40 | 40 | - |
CMYK | 0 | 0.07 | 0.07 | 0.83 |
HSL | 0º | 0.04% | 0.16% | - |
HSV(B) | 0º | 0.07% | 0.17% | - |
XYZ | 2.14 | 2.18 | 2.32 | - |
YUV | 40.9 | 127.49 | 129.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 40 | 40 | 0 | 0.07 | 0.07 | 0.83 | 0 | 0.04 | 0.16 |
Hex | 2B | 28 | 28 | 0 | 7 | 7 | 53 | 0 | 4 | 10 |
Octal | 53 | 50 | 50 | 0 | 7 | 7 | 123 | 0 | 4 | 20 |
Binary | 101011 | 101000 | 101000 | 0 | 111 | 111 | 1010011 | 0 | 100 | 10000 |
Color Harmonies of #2B2828
Complementary color
Monochromatic Colors of #2B2828
Black with #2B2828
Text Example
Text Example
White with #2B2828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2828; }
p { color: rgb(43,40,40); }
H1.HeaderClassName
{
color: #2B2828;
}
.AnyTagClassName
{
color: #2B2828;
}
</style>
background-color css
<style>
a { background-color: #2B2828; }
a { background-color: rgb(43,40,40); }
div.DivClassName
{
background-color: #2B2828;
}
.BgClassName
{
background-color: #2B2828;
}
</style>
border-color css
<style>
span { border-color: #2B2828; }
span { border-color: rgb(43,40,40); }
td.TdClassName
{
border-color: #2B2828;
}
.TagClassName
{
border-color: #2B2828;
}
</style>