#271221

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

Shades of Melanzane #271221

Tints of Melanzane #271221

Color information

#271221 (or 0x271221) is unknown color: approx 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

RGB391833-
CMYK00.540.150.85
HSL317.14º36.84%11.18%-
HSV(B)317.14º53.85%15.29%-
XYZ1.330.971.56-
YUV25.99131.96137.28-

RGB Variations

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

RGB

RED value IS 39 (15.62% 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 (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.15
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39183300.540.150.85317.1436.8411.18
Hex271221036F5513d25b
Octal472241066171254754513
Binary100111100101000010110110111110101011001111011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>