#271320

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

Shades of Melanzane #271320

Tints of Melanzane #271320

Color information

#271320 (or 0x271320) is unknown color: approx Melanzane. HEX triplet: 27, 13 and 20. RGB value is (39,19,32). Sum of RGB (Red+Green+Blue) = 39+19+32=90 (11% of max value = 765). Red value is 39 (15.62% from 255 or 43.33% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 32 (12.89% from 255 or 35.56% from 90); Max value from RGB is 39 - color contains mainly: red. Hex color #271320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271320 is #D8ECDF. Grayscale: #1A1A1A. Windows color (decimal): -14216416 or 2102055. OLE color: 2102055.

HSL color Cylindrical-coordinate representation of color #271320: hue angle of 321º 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 #271320 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.85.

Color convert

RGB391932-
CMYK00.510.180.85
HSL321º34.48%11.37%-
HSV(B)321º51.28%15.29%-
XYZ1.3311.49-
YUV26.46131.13136.94-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 43.33%
GREEN value IS 19 (7.81% from 255) = 21.11%
BLUE value IS 32 (12.89% from 255) = 35.56%
R=43.33%
G=21.11%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39193200.510.180.8532134.4811.37
Hex271320033125514122b
Octal472340063221255014213
Binary1001111001110000001100111001010101011010000011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271320; }

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

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

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

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

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

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

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

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