#281521

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

Shades of Melanzane #281521

Tints of Melanzane #281521

Color information

#281521 (or 0x281521) is unknown color: approx Melanzane. HEX triplet: 28, 15 and 21. RGB value is (40,21,33). Sum of RGB (Red+Green+Blue) = 40+21+33=94 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.55% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 33 (13.28% from 255 or 35.11% from 94); Max value from RGB is 40 - color contains mainly: red. Hex color #281521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281521 is #D7EADE. Grayscale: #1C1C1C. Windows color (decimal): -14150367 or 2168104. OLE color: 2168104.

HSL color Cylindrical-coordinate representation of color #281521: hue angle of 322.11º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #281521 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.84.

Color convert

RGB402133-
CMYK00.480.170.84
HSL322.11º31.15%11.96%-
HSV(B)322.11º47.5%15.69%-
XYZ1.421.11.58-
YUV28.05130.79136.52-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 42.55%
GREEN value IS 21 (8.59% from 255) = 22.34%
BLUE value IS 33 (13.28% from 255) = 35.11%
R=42.55%
G=22.34%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40213300.480.170.84322.1131.1511.96
Hex28152103011541421fc
Octal502541060211245023714
Binary101000101011000010110000100011010100101000010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281521; }

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

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

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

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

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

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

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

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