Shades of Nero #2B2323
Tints of Nero #2B2323
RGB
CMYK
RGB Variations
Color information
#2B2323 (or 0x2B2323) is known color: Nero. HEX triplet: 2B, 23 and 23. RGB value is (43,35,35). Sum of RGB (Red+Green+Blue) = 43+35+35=113 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.05% from 113); Green value is 35 (14.06% from 255 or 30.97% from 113); Blue value is 35 (14.06% from 255 or 30.97% from 113); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2323 is #D4DCDC. Grayscale: #252525. Windows color (decimal): -13950173 or 2302763. OLE color: 2302763.
HSL color Cylindrical-coordinate representation of color #2B2323: hue angle of 0º degrees, saturation: 0.1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2B2323 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 35 | 35 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.83 |
| HSL | 0º | 0.1% | 0.15% | - |
| HSV(B) | 0º | 0.19% | 0.17% | - |
| XYZ | 1.9 | 1.84 | 1.84 | - |
| YUV | 37.39 | 126.65 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 35 | 35 | 0 | 0.19 | 0.19 | 0.83 | 0 | 0.1 | 0.15 |
| Hex | 2B | 23 | 23 | 0 | 13 | 13 | 53 | 0 | A | F |
| Octal | 53 | 43 | 43 | 0 | 23 | 23 | 123 | 0 | 12 | 17 |
| Binary | 101011 | 100011 | 100011 | 0 | 10011 | 10011 | 1010011 | 0 | 1010 | 1111 |
Color Harmonies of #2B2323
Complementary color
Monochromatic Colors of #2B2323
Black with #2B2323
Text Example
Text Example
White with #2B2323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2323; }
p { color: rgb(43,35,35); }
H1.HeaderClassName
{
color: #2B2323;
}
.AnyTagClassName
{
color: #2B2323;
}
</style>
background-color css
<style>
a { background-color: #2B2323; }
a { background-color: rgb(43,35,35); }
div.DivClassName
{
background-color: #2B2323;
}
.BgClassName
{
background-color: #2B2323;
}
</style>
border-color css
<style>
span { border-color: #2B2323; }
span { border-color: rgb(43,35,35); }
td.TdClassName
{
border-color: #2B2323;
}
.TagClassName
{
border-color: #2B2323;
}
</style>