Html Css Color HEX #271221 Melanzane

📋 copy color: '#271221'

red 39 ◦ green 18 ◦ blue 33

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

Shades of Melanzane #271221

Tints of Melanzane #271221

RGB

 RED value IS 39 (15.63% from 255) = 43.33%

 GREEN value IS 18 (7.42% from 255) = 20%

 BLUE value IS 33 (13.28% from 255) = 36.67%

R = 43.33%
G = 20%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.85

RGB Variations

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

Color information

#271221 (or 0x271221) is known color: Melanzane. HEX triplet: 27, 12 and 21. RGB value is (39,18,33). Sum of RGB (Red+Green+Blue) = 39+18+33=90 (11% of max value = 765). Red value is 39 (15.62% from 255 or 43.33% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 33 (13.28% from 255 or 36.67% from 90); Max value from RGB is 39 - color contains mainly: red. Hex color #271221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271221 is #D8EDDE. Grayscale: #191919. Windows color (decimal): -14216671 or 2167335. OLE color: 2167335.

HSL color Cylindrical-coordinate representation of color #271221: hue angle of 317.14º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #271221 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 18 33 -
CMYK 0 0.54 0.15 0.85
HSL 317.14º 0.37% 0.11% -
HSV(B) 317.14º 0.54% 0.15% -
XYZ 1.33 0.97 1.56 -
YUV 25.99 131.96 137.28 -
System Red Green Blue C M Y K H S L
Decimal 39 18 33 0 0.54 0.15 0.85 317.14 0.37 0.11
Hex 27 12 21 0 36 F 55 13D 25 B
Octal 47 22 41 0 66 17 125 475 45 13
Binary 100111 10010 100001 0 110110 1111 1010101 100111101 100101 1011

Color Harmonies of #271221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271221

Black with #271221

Text Example


Text Example

White with #271221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271221; }

 p { color: rgb(39,18,33); }

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

background-color css

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

 a { background-color: rgb(39,18,33); }

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

border-color css

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

 span { border-color: rgb(39,18,33); }

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