#271524

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

Shades of Melanzane #271524

Tints of Melanzane #271524

Color information

#271524 (or 0x271524) is unknown color: approx Melanzane. HEX triplet: 27, 15 and 24. RGB value is (39,21,36). Sum of RGB (Red+Green+Blue) = 39+21+36=96 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.62% from 96); Green value is 21 (8.59% from 255 or 21.88% from 96); Blue value is 36 (14.45% from 255 or 37.5% from 96); Max value from RGB is 39 - color contains mainly: red. Hex color #271524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271524 is #D8EADB. Grayscale: #1C1C1C. Windows color (decimal): -14215900 or 2364711. OLE color: 2364711.

HSL color Cylindrical-coordinate representation of color #271524: hue angle of 310º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #271524 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.85.

Color convert

RGB392136-
CMYK00.460.080.85
HSL310º30%11.76%-
HSV(B)310º46.15%15.29%-
XYZ1.421.11.81-
YUV28.09132.46135.78-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 40.62%
GREEN value IS 21 (8.59% from 255) = 21.88%
BLUE value IS 36 (14.45% from 255) = 37.5%
R=40.62%
G=21.88%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39213600.460.080.853103011.76
Hex27152402E8551361ec
Octal472544056101254663614
Binary10011110101100100010111010001010101100110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271524; }

 p { color: rgb(39,21,36); }

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

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

 a { background-color: rgb(39,21,36); }

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

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

 span { border-color: rgb(39,21,36); }

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