#282121

Color #282121 Nero (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nero #282121

Tints of Nero #282121

Color information

#282121 (or 0x282121) is unknown color: approx Nero. HEX triplet: 28, 21 and 21. RGB value is (40,33,33). Sum of RGB (Red+Green+Blue) = 40+33+33=106 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.74% from 106); Green value is 33 (13.28% from 255 or 31.13% from 106); Blue value is 33 (13.28% from 255 or 31.13% from 106); Max value from RGB is 40 - color contains mainly: red. Hex color #282121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282121 is #D7DEDE. Grayscale: #232323. Windows color (decimal): -14147295 or 2171176. OLE color: 2171176.

HSL color Cylindrical-coordinate representation of color #282121: hue angle of 0º degrees, saturation: 0.1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #282121 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.84.

Color convert

RGB403333-
CMYK00.170.170.84
HSL9.59%14.31%-
HSV(B)17.5%15.69%-
XYZ1.691.651.67-
YUV35.09126.82131.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 40 (16.02% from 255) = 37.74%
GREEN value IS 33 (13.28% from 255) = 31.13%
BLUE value IS 33 (13.28% from 255) = 31.13%
R=37.74%
G=31.13%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40333300.170.170.8409.5914.31
Hex28212101111540ae
Octal5041410212112401216
Binary101000100001100001010001100011010100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282121; }

 p { color: rgb(40,33,33); }

 H1.HeaderClassName
 {
   color: #282121;
 }
 .AnyTagClassName
 {
   color: #282121;
 }
</style>
background-color css

<style>
 a { background-color: #282121; }

 a { background-color: rgb(40,33,33); }

 div.DivClassName
 {
   background-color: #282121;
 }
 .BgClassName
 {
   background-color: #282121;
 }
</style>
border-color css

<style>
 span { border-color: #282121; }

 span { border-color: rgb(40,33,33); }

 td.TdClassName
 {
   border-color: #282121;
 }
 .TagClassName
 {
   border-color: #282121;
 }
</style>