#281122

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

Shades of Melanzane #281122

Tints of Melanzane #281122

Color information

#281122 (or 0x281122) is unknown color: approx Melanzane. HEX triplet: 28, 11 and 22. RGB value is (40,17,34). Sum of RGB (Red+Green+Blue) = 40+17+34=91 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.96% from 91); Green value is 17 (7.03% from 255 or 18.68% from 91); Blue value is 34 (13.67% from 255 or 37.36% from 91); Max value from RGB is 40 - color contains mainly: red. Hex color #281122 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281122 is #D7EEDD. Grayscale: #191919. Windows color (decimal): -14151390 or 2232616. OLE color: 2232616.

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

Color convert

RGB401734-
CMYK00.570.150.84
HSL315.65º40.35%11.18%-
HSV(B)315.65º57.5%15.69%-
XYZ1.360.971.63-
YUV25.82132.62138.12-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 43.96%
GREEN value IS 17 (7.03% from 255) = 18.68%
BLUE value IS 34 (13.67% from 255) = 37.36%
R=43.96%
G=18.68%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40173400.570.150.84315.6540.3511.18
Hex281122039F5413c28b
Octal502142071171244745013
Binary101000100011000100111001111110101001001111001010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281122; }

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

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

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

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

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

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

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

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