#280A21

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

Shades of Melanzane #280A21

Tints of Melanzane #280A21

Color information

#280A21 (or 0x280A21) is unknown color: approx Melanzane. HEX triplet: 28, 0A and 21. RGB value is (40,10,33). Sum of RGB (Red+Green+Blue) = 40+10+33=83 (10% of max value = 765). Red value is 40 (16.02% from 255 or 48.19% from 83); Green value is 10 (4.30% from 255 or 12.05% from 83); Blue value is 33 (13.28% from 255 or 39.76% from 83); Max value from RGB is 40 - color contains mainly: red. Hex color #280A21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280A21 is #D7F5DE. Grayscale: #151515. Windows color (decimal): -14153183 or 2165288. OLE color: 2165288.

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

Color convert

RGB401033-
CMYK00.750.170.84
HSL314º60%9.8%-
HSV(B)314º75%15.69%-
XYZ1.260.781.52-
YUV21.59134.44141.13-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 48.19%
GREEN value IS 10 (4.30% from 255) = 12.05%
BLUE value IS 33 (13.28% from 255) = 39.76%
R=48.19%
G=12.05%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40103300.750.170.84314609.8
Hex28A2104B115413a3ca
Octal5012410113211244727412
Binary1010001010100001010010111000110101001001110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280A21; }

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

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

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

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

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

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

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

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