#282227

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

Shades of Melanzane #282227

Tints of Melanzane #282227

Color information

#282227 (or 0x282227) is unknown color: approx Melanzane. HEX triplet: 28, 22 and 27. RGB value is (40,34,39). Sum of RGB (Red+Green+Blue) = 40+34+39=113 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.40% from 113); Green value is 34 (13.67% from 255 or 30.09% from 113); Blue value is 39 (15.62% from 255 or 34.51% from 113); Max value from RGB is 40 - color contains mainly: red. Hex color #282227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282227 is #D7DDD8. Grayscale: #242424. Windows color (decimal): -14147033 or 2564648. OLE color: 2564648.

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

Color convert

RGB403439-
CMYK00.150.020.84
HSL310º8.11%14.51%-
HSV(B)310º15%15.69%-
XYZ1.811.742.16-
YUV36.36129.49130.59-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 35.40%
GREEN value IS 34 (13.67% from 255) = 30.09%
BLUE value IS 39 (15.62% from 255) = 34.51%
R=35.40%
G=30.09%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40343900.150.020.843108.1114.51
Hex2822270F2541368f
Octal50424701721244661017
Binary1010001000101001110111110101010010011011010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282227; }

 p { color: rgb(40,34,39); }

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

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

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

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

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

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

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