#282326

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

Shades of Melanzane #282326

Tints of Melanzane #282326

Color information

#282326 (or 0x282326) is unknown color: approx Melanzane. HEX triplet: 28, 23 and 26. RGB value is (40,35,38). Sum of RGB (Red+Green+Blue) = 40+35+38=113 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.40% from 113); Green value is 35 (14.06% from 255 or 30.97% from 113); Blue value is 38 (15.23% from 255 or 33.63% from 113); Max value from RGB is 40 - color contains mainly: red. Hex color #282326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282326 is #D7DCD9. Grayscale: #242424. Windows color (decimal): -14146778 or 2499368. OLE color: 2499368.

HSL color Cylindrical-coordinate representation of color #282326: hue angle of 324º 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 #282326 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.84.

Color convert

RGB403538-
CMYK00.120.050.84
HSL324º6.67%14.71%-
HSV(B)324º12.5%15.69%-
XYZ1.831.792.08-
YUV36.84128.66130.26-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 35.40%
GREEN value IS 35 (14.06% from 255) = 30.97%
BLUE value IS 38 (15.23% from 255) = 33.63%
R=35.40%
G=30.97%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40353800.120.050.843246.6714.71
Hex2823260C5541447f
Octal5043460145124504717
Binary1010001000111001100110010110101001010001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282326; }

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

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

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

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

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

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

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

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