#282026

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

Shades of Melanzane #282026

Tints of Melanzane #282026

Color information

#282026 (or 0x282026) is unknown color: approx Melanzane. HEX triplet: 28, 20 and 26. RGB value is (40,32,38). Sum of RGB (Red+Green+Blue) = 40+32+38=110 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.36% from 110); Green value is 32 (12.89% from 255 or 29.09% from 110); Blue value is 38 (15.23% from 255 or 34.55% from 110); Max value from RGB is 40 - color contains mainly: red. Hex color #282026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282026 is #D7DFD9. Grayscale: #232323. Windows color (decimal): -14147546 or 2498600. OLE color: 2498600.

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

Color convert

RGB403238-
CMYK00.200.050.84
HSL315º11.11%14.12%-
HSV(B)315º20%15.69%-
XYZ1.741.622.06-
YUV35.08129.65131.51-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 36.36%
GREEN value IS 32 (12.89% from 255) = 29.09%
BLUE value IS 38 (15.23% from 255) = 34.55%
R=36.36%
G=29.09%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40323800.200.050.8431511.1114.12
Hex28202601455413bbe
Octal50404602451244731316
Binary101000100000100110010100101101010010011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282026; }

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

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

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

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

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

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

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

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