#281421

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

Shades of Melanzane #281421

Tints of Melanzane #281421

Color information

#281421 (or 0x281421) is unknown color: approx Melanzane. HEX triplet: 28, 14 and 21. RGB value is (40,20,33). Sum of RGB (Red+Green+Blue) = 40+20+33=93 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.01% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 33 (13.28% from 255 or 35.48% from 93); Max value from RGB is 40 - color contains mainly: red. Hex color #281421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281421 is #D7EBDE. Grayscale: #1B1B1B. Windows color (decimal): -14150623 or 2167848. OLE color: 2167848.

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

Color convert

RGB402033-
CMYK00.50.170.84
HSL321º33.33%11.76%-
HSV(B)321º50%15.69%-
XYZ1.41.061.57-
YUV27.46131.13136.94-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 43.01%
GREEN value IS 20 (8.20% from 255) = 21.51%
BLUE value IS 33 (13.28% from 255) = 35.48%
R=43.01%
G=21.51%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40203300.50.170.8432133.3311.76
Hex281421032115414121c
Octal502441062211245014114
Binary1010001010010000101100101000110101001010000011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281421; }

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

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

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

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

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

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

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

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