Html Css Color HEX #221520 Melanzane

📋 copy color: '#221520'

red 34 ◦ green 21 ◦ blue 32

#221520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanzane #221520

Tints of Melanzane #221520

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 value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.87

RGB Variations

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

Color information

#221520 (or 0x221520) is known color: 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

RGB 34 21 32 -
CMYK 0 0.38 0.06 0.87
HSL 309.23º 0.24% 0.11% -
HSV(B) 309.23º 0.38% 0.13% -
XYZ 1.19 0.98 1.49 -
YUV 26.14 131.31 133.61 -
System Red Green Blue C M Y K H S L
Decimal 34 21 32 0 0.38 0.06 0.87 309.23 0.24 0.11
Hex 22 15 20 0 26 6 57 135 18 B
Octal 42 25 40 0 46 6 127 465 30 13
Binary 100010 10101 100000 0 100110 110 1010111 100110101 11000 1011

Color Harmonies of #221520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221520

Black with #221520

Text Example


Text Example

White with #221520

Text Example


Text Example

HTML Codes & Css Web 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>