#280D22

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

Shades of Melanzane #280D22

Tints of Melanzane #280D22

Color information

#280D22 (or 0x280D22) is unknown color: approx Melanzane. HEX triplet: 28, 0D and 22. RGB value is (40,13,34). Sum of RGB (Red+Green+Blue) = 40+13+34=87 (11% of max value = 765). Red value is 40 (16.02% from 255 or 45.98% from 87); Green value is 13 (5.47% from 255 or 14.94% from 87); Blue value is 34 (13.67% from 255 or 39.08% from 87); Max value from RGB is 40 - color contains mainly: red. Hex color #280D22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280D22 is #D7F2DD. Grayscale: #171717. Windows color (decimal): -14152414 or 2231592. OLE color: 2231592.

HSL color Cylindrical-coordinate representation of color #280D22: hue angle of 313.33º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #280D22 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.84.

Color convert

RGB401334-
CMYK00.670.150.84
HSL313.33º50.94%10.39%-
HSV(B)313.33º67.5%15.69%-
XYZ1.310.851.61-
YUV23.47133.95139.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 45.98%
GREEN value IS 13 (5.47% from 255) = 14.94%
BLUE value IS 34 (13.67% from 255) = 39.08%
R=45.98%
G=14.94%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.15
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40133400.670.150.84313.3350.9410.39
Hex28D22043F5413933a
Octal5015420103171244716312
Binary101000110110001001000011111110101001001110011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280D22; }

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

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

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

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

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

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

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

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