#271321

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

Shades of Melanzane #271321

Tints of Melanzane #271321

Color information

#271321 (or 0x271321) is unknown color: approx Melanzane. HEX triplet: 27, 13 and 21. RGB value is (39,19,33). Sum of RGB (Red+Green+Blue) = 39+19+33=91 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.86% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 33 (13.28% from 255 or 36.26% from 91); Max value from RGB is 39 - color contains mainly: red. Hex color #271321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271321 is #D8ECDE. Grayscale: #1A1A1A. Windows color (decimal): -14216415 or 2167591. OLE color: 2167591.

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

Color convert

RGB391933-
CMYK00.510.150.85
HSL318º34.48%11.37%-
HSV(B)318º51.28%15.29%-
XYZ1.341.011.56-
YUV26.58131.63136.86-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 42.86%
GREEN value IS 19 (7.81% from 255) = 20.88%
BLUE value IS 33 (13.28% from 255) = 36.26%
R=42.86%
G=20.88%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39193300.510.150.8531834.4811.37
Hex271321033F5513e22b
Octal472341063171254764213
Binary100111100111000010110011111110101011001111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271321; }

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

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

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

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

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

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

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

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