#282020

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

Shades of Nero #282020

Tints of Nero #282020

Color information

#282020 (or 0x282020) is unknown color: approx 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

RGB403232-
CMYK00.200.200.84
HSL11.11%14.12%-
HSV(B)20%15.69%-
XYZ1.651.591.59-
YUV34.39126.65132-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 38.46%
GREEN value IS 32 (12.89% from 255) = 30.77%
BLUE value IS 32 (12.89% from 255) = 30.77%
R=38.46%
G=30.77%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40323200.200.200.84011.1114.12
Hex28202001414540be
Octal5040400242412401316
Binary101000100000100000010100101001010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>