#282126

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

Shades of Melanzane #282126

Tints of Melanzane #282126

Color information

#282126 (or 0x282126) is unknown color: approx Melanzane. HEX triplet: 28, 21 and 26. RGB value is (40,33,38). Sum of RGB (Red+Green+Blue) = 40+33+38=111 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.04% from 111); Green value is 33 (13.28% from 255 or 29.73% from 111); Blue value is 38 (15.23% from 255 or 34.23% from 111); Max value from RGB is 40 - color contains mainly: red. Hex color #282126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282126 is #D7DED9. Grayscale: #232323. Windows color (decimal): -14147290 or 2498856. OLE color: 2498856.

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

Color convert

RGB403338-
CMYK00.170.050.84
HSL317.14º9.59%14.31%-
HSV(B)317.14º17.5%15.69%-
XYZ1.771.682.06-
YUV35.66129.32131.09-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 36.04%
GREEN value IS 33 (13.28% from 255) = 29.73%
BLUE value IS 38 (15.23% from 255) = 34.23%
R=36.04%
G=29.73%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40333800.170.050.84317.149.5914.31
Hex28212601155413dae
Octal50414602151244751216
Binary101000100001100110010001101101010010011110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282126; }

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

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

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

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

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

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

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

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