#281821

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

Shades of Melanzane #281821

Tints of Melanzane #281821

Color information

#281821 (or 0x281821) is unknown color: approx Melanzane. HEX triplet: 28, 18 and 21. RGB value is (40,24,33). Sum of RGB (Red+Green+Blue) = 40+24+33=97 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.24% from 97); Green value is 24 (9.77% from 255 or 24.74% from 97); Blue value is 33 (13.28% from 255 or 34.02% from 97); Max value from RGB is 40 - color contains mainly: red. Hex color #281821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281821 is #D7E7DE. Grayscale: #1D1D1D. Windows color (decimal): -14149599 or 2168872. OLE color: 2168872.

HSL color Cylindrical-coordinate representation of color #281821: hue angle of 326.25º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #281821 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.84.

Color convert

RGB402433-
CMYK00.400.170.84
HSL326.25º25%12.55%-
HSV(B)326.25º40%15.69%-
XYZ1.481.211.6-
YUV29.81129.8135.27-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 41.24%
GREEN value IS 24 (9.77% from 255) = 24.74%
BLUE value IS 33 (13.28% from 255) = 34.02%
R=41.24%
G=24.74%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40243300.400.170.84326.252512.55
Hex281821028115414619d
Octal503041050211245063115
Binary101000110001000010101000100011010100101000110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281821; }

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

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

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

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

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

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

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

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