#221520

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

Shades of Melanzane #221520

Tints of Melanzane #221520

Color information

#221520 (or 0x221520) is unknown color: approx Melanzane. HEX triplet: 22, 15 and 20. RGB value is (34,21,32). Sum of RGB (Red+Green+Blue) = 34+21+32=87 (11% of max value = 765). Red value is 34 (13.67% from 255 or 39.08% from 87); Green value is 21 (8.59% from 255 or 24.14% from 87); Blue value is 32 (12.89% from 255 or 36.78% from 87); Max value from RGB is 34 - color contains mainly: red. Hex color #221520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221520 is #DDEADF. Grayscale: #1A1A1A. Windows color (decimal): -14543584 or 2102562. OLE color: 2102562.

HSL color Cylindrical-coordinate representation of color #221520: hue angle of 309.23º degrees, saturation: 0.24, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #221520 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.87.

Color convert

RGB342132-
CMYK00.380.060.87
HSL309.23º23.64%10.78%-
HSV(B)309.23º38.24%13.33%-
XYZ1.190.981.49-
YUV26.14131.31133.61-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 39.08%
GREEN value IS 21 (8.59% from 255) = 24.14%
BLUE value IS 32 (12.89% from 255) = 36.78%
R=39.08%
G=24.14%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34213200.380.060.87309.2323.6410.78
Hex22152002665713518b
Octal42254004661274653013
Binary1000101010110000001001101101010111100110101110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221520; }

 p { color: rgb(34,21,32); }

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

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

 a { background-color: rgb(34,21,32); }

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

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

 span { border-color: rgb(34,21,32); }

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