#282828

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

Shades of Nero #282828

Tints of Nero #282828

Color information

#282828 (or 0x282828) is unknown color: approx Nero. HEX triplet: 28, 28 and 28. RGB value is (40,40,40). Sum of RGB (Red+Green+Blue) = 40+40+40=120 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.33% from 120); Green value is 40 (16.02% from 255 or 33.33% from 120); Blue value is 40 (16.02% from 255 or 33.33% from 120); Max value from RGB is 40 - color contains mainly: red, green, blue. Hex color #282828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282828 is #D7D7D7. Grayscale: #272727. Windows color (decimal): -14145496 or 2631720. OLE color: 2631720.

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

Color convert

RGB404040-
CMYK0000.84
HSL0%15.69%-
HSV(B)0%15.69%-
XYZ2.022.122.31-
YUV40128128-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.33%
GREEN value IS 40 (16.02% from 255) = 33.33%
BLUE value IS 40 (16.02% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4040400000.840015.69
Hex282828000540010
Octal5050500001240020
Binary10100010100010100000010101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282828; }

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

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

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

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

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

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

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

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