Html Css Color HEX #221D20 Melanzane

📋 copy color: '#221D20'

red 34 ◦ green 29 ◦ blue 32

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

Shades of Melanzane #221D20

Tints of Melanzane #221D20

RGB

 RED value IS 34 (13.67% from 255) = 35.79%

 GREEN value IS 29 (11.72% from 255) = 30.53%

 BLUE value IS 32 (12.89% from 255) = 33.68%

R = 35.79%
G = 30.53%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.87

RGB Variations

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

Color information

#221D20 (or 0x221D20) is known color: Melanzane. HEX triplet: 22, 1D and 20. RGB value is (34,29,32). Sum of RGB (Red+Green+Blue) = 34+29+32=95 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.79% from 95); Green value is 29 (11.72% from 255 or 30.53% from 95); Blue value is 32 (12.89% from 255 or 33.68% from 95); Max value from RGB is 34 - color contains mainly: red. Hex color #221D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221D20 is #DDE2DF. Grayscale: #1E1E1E. Windows color (decimal): -14541536 or 2104610. OLE color: 2104610.

HSL color Cylindrical-coordinate representation of color #221D20: hue angle of 324º degrees, saturation: 0.08, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #221D20 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.87.

Color convert

RGB 34 29 32 -
CMYK 0 0.15 0.06 0.87
HSL 324º 0.08% 0.12% -
HSV(B) 324º 0.15% 0.13% -
XYZ 1.36 1.32 1.55 -
YUV 30.84 128.66 130.26 -
System Red Green Blue C M Y K H S L
Decimal 34 29 32 0 0.15 0.06 0.87 324 0.08 0.12
Hex 22 1D 20 0 F 6 57 144 8 C
Octal 42 35 40 0 17 6 127 504 10 14
Binary 100010 11101 100000 0 1111 110 1010111 101000100 1000 1100

Color Harmonies of #221D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221D20

Black with #221D20

Text Example


Text Example

White with #221D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221D20; }

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

 H1.HeaderClassName
 {
   color: #221D20;
 }
 .AnyTagClassName
 {
   color: #221D20;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #221D20;
 }
 .BgClassName
 {
   background-color: #221D20;
 }
</style>

border-color css

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

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

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