#281121

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

Shades of Melanzane #281121

Tints of Melanzane #281121

Color information

#281121 (or 0x281121) is unknown color: approx Melanzane. HEX triplet: 28, 11 and 21. RGB value is (40,17,33). Sum of RGB (Red+Green+Blue) = 40+17+33=90 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.44% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 33 (13.28% from 255 or 36.67% from 90); Max value from RGB is 40 - color contains mainly: red. Hex color #281121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281121 is #D7EEDE. Grayscale: #191919. Windows color (decimal): -14151391 or 2167080. OLE color: 2167080.

HSL color Cylindrical-coordinate representation of color #281121: hue angle of 318.26º 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 #281121 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.84.

Color convert

RGB401733-
CMYK00.570.170.84
HSL318.26º40.35%11.18%-
HSV(B)318.26º57.5%15.69%-
XYZ1.350.961.55-
YUV25.7132.12138.2-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 44.44%
GREEN value IS 17 (7.03% from 255) = 18.89%
BLUE value IS 33 (13.28% from 255) = 36.67%
R=44.44%
G=18.89%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40173300.570.170.84318.2640.3511.18
Hex281121039115413e28b
Octal502141071211244765013
Binary1010001000110000101110011000110101001001111101010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281121; }

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

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

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

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

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

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

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

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