Shades of Nero #282020
Tints of Nero #282020
RGB
CMYK
RGB Variations
Color information
#282020 (or 0x282020) is known color: Nero. HEX triplet: 28, 20 and 20. RGB value is (40,32,32). Sum of RGB (Red+Green+Blue) = 40+32+32=104 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.46% from 104); Green value is 32 (12.89% from 255 or 30.77% from 104); Blue value is 32 (12.89% from 255 or 30.77% from 104); Max value from RGB is 40 - color contains mainly: red. Hex color #282020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282020 is #D7DFDF. Grayscale: #222222. Windows color (decimal): -14147552 or 2105384. OLE color: 2105384.
HSL color Cylindrical-coordinate representation of color #282020: hue angle of 0º degrees, saturation: 0.11, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #282020 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.84.
Color convert
RGB | 40 | 32 | 32 | - |
CMYK | 0 | 0.20 | 0.20 | 0.84 |
HSL | 0º | 0.11% | 0.14% | - |
HSV(B) | 0º | 0.2% | 0.16% | - |
XYZ | 1.65 | 1.59 | 1.59 | - |
YUV | 34.39 | 126.65 | 132 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 40 | 32 | 32 | 0 | 0.20 | 0.20 | 0.84 | 0 | 0.11 | 0.14 |
Hex | 28 | 20 | 20 | 0 | 14 | 14 | 54 | 0 | B | E |
Octal | 50 | 40 | 40 | 0 | 24 | 24 | 124 | 0 | 13 | 16 |
Binary | 101000 | 100000 | 100000 | 0 | 10100 | 10100 | 1010100 | 0 | 1011 | 1110 |
Color Harmonies of #282020
Complementary color
Monochromatic Colors of #282020
Black with #282020
Text Example
Text Example
White with #282020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282020; }
p { color: rgb(40,32,32); }
H1.HeaderClassName
{
color: #282020;
}
.AnyTagClassName
{
color: #282020;
}
</style>
background-color css
<style>
a { background-color: #282020; }
a { background-color: rgb(40,32,32); }
div.DivClassName
{
background-color: #282020;
}
.BgClassName
{
background-color: #282020;
}
</style>
border-color css
<style>
span { border-color: #282020; }
span { border-color: rgb(40,32,32); }
td.TdClassName
{
border-color: #282020;
}
.TagClassName
{
border-color: #282020;
}
</style>