#282323

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

Shades of Nero #282323

Tints of Nero #282323

Color information

#282323 (or 0x282323) is unknown color: approx Nero. HEX triplet: 28, 23 and 23. RGB value is (40,35,35). Sum of RGB (Red+Green+Blue) = 40+35+35=110 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.36% from 110); Green value is 35 (14.06% from 255 or 31.82% from 110); Blue value is 35 (14.06% from 255 or 31.82% from 110); Max value from RGB is 40 - color contains mainly: red. Hex color #282323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282323 is #D7DCDC. Grayscale: #242424. Windows color (decimal): -14146781 or 2302760. OLE color: 2302760.

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

Color convert

RGB403535-
CMYK00.120.120.84
HSL6.67%14.71%-
HSV(B)12.5%15.69%-
XYZ1.781.771.84-
YUV36.49127.16130.5-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 36.36%
GREEN value IS 35 (14.06% from 255) = 31.82%
BLUE value IS 35 (14.06% from 255) = 31.82%
R=36.36%
G=31.82%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40353500.120.120.8406.6714.71
Hex2823230CC5407f
Octal504343014141240717
Binary101000100011100011011001100101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282323; }

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

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

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

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

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

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

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

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