#282025

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

Shades of Melanzane #282025

Tints of Melanzane #282025

Color information

#282025 (or 0x282025) is unknown color: approx Melanzane. HEX triplet: 28, 20 and 25. RGB value is (40,32,37). Sum of RGB (Red+Green+Blue) = 40+32+37=109 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.70% from 109); Green value is 32 (12.89% from 255 or 29.36% from 109); Blue value is 37 (14.84% from 255 or 33.94% from 109); Max value from RGB is 40 - color contains mainly: red. Hex color #282025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282025 is #D7DFDA. Grayscale: #222222. Windows color (decimal): -14147547 or 2433064. OLE color: 2433064.

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

Color convert

RGB403237-
CMYK00.200.070.84
HSL322.5º11.11%14.12%-
HSV(B)322.5º20%15.69%-
XYZ1.731.621.97-
YUV34.96129.15131.59-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 36.70%
GREEN value IS 32 (12.89% from 255) = 29.36%
BLUE value IS 37 (14.84% from 255) = 33.94%
R=36.70%
G=29.36%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40323700.200.070.84322.511.1114.12
Hex282025014754142be
Octal50404502471245021316
Binary101000100000100101010100111101010010100001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282025; }

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

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

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

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

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

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

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

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