#281221

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

Shades of Melanzane #281221

Tints of Melanzane #281221

Color information

#281221 (or 0x281221) is unknown color: approx Melanzane. HEX triplet: 28, 12 and 21. RGB value is (40,18,33). Sum of RGB (Red+Green+Blue) = 40+18+33=91 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.96% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 33 (13.28% from 255 or 36.26% from 91); Max value from RGB is 40 - color contains mainly: red. Hex color #281221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281221 is #D7EDDE. Grayscale: #1A1A1A. Windows color (decimal): -14151135 or 2167336. OLE color: 2167336.

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

Color convert

RGB401833-
CMYK00.550.170.84
HSL319.09º37.93%11.37%-
HSV(B)319.09º55%15.69%-
XYZ1.370.991.56-
YUV26.29131.79137.78-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 43.96%
GREEN value IS 18 (7.42% from 255) = 19.78%
BLUE value IS 33 (13.28% from 255) = 36.26%
R=43.96%
G=19.78%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40183300.550.170.84319.0937.9311.37
Hex281221037115413f26b
Octal502241067211244774613
Binary1010001001010000101101111000110101001001111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281221; }

 p { color: rgb(40,18,33); }

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

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

 a { background-color: rgb(40,18,33); }

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

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

 span { border-color: rgb(40,18,33); }

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