#281021

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

Shades of Melanzane #281021

Tints of Melanzane #281021

Color information

#281021 (or 0x281021) is unknown color: approx Melanzane. HEX triplet: 28, 10 and 21. RGB value is (40,16,33). Sum of RGB (Red+Green+Blue) = 40+16+33=89 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.94% from 89); Green value is 16 (6.64% from 255 or 17.98% from 89); Blue value is 33 (13.28% from 255 or 37.08% from 89); Max value from RGB is 40 - color contains mainly: red. Hex color #281021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281021 is #D7EFDE. Grayscale: #191919. Windows color (decimal): -14151647 or 2166824. OLE color: 2166824.

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

Color convert

RGB401633-
CMYK00.600.170.84
HSL317.5º42.86%10.98%-
HSV(B)317.5º60%15.69%-
XYZ1.330.931.55-
YUV25.11132.45138.62-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 44.94%
GREEN value IS 16 (6.64% from 255) = 17.98%
BLUE value IS 33 (13.28% from 255) = 37.08%
R=44.94%
G=17.98%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40163300.600.170.84317.542.8610.98
Hex28102103C115413e2bb
Octal502041074211244765313
Binary1010001000010000101111001000110101001001111101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281021; }

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

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

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

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

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

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

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

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