#271322

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

Shades of Melanzane #271322

Tints of Melanzane #271322

Color information

#271322 (or 0x271322) is unknown color: approx Melanzane. HEX triplet: 27, 13 and 22. RGB value is (39,19,34). Sum of RGB (Red+Green+Blue) = 39+19+34=92 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.39% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 34 (13.67% from 255 or 36.96% from 92); Max value from RGB is 39 - color contains mainly: red. Hex color #271322 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271322 is #D8ECDD. Grayscale: #1A1A1A. Windows color (decimal): -14216414 or 2233127. OLE color: 2233127.

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

Color convert

RGB391934-
CMYK00.510.130.85
HSL315º34.48%11.37%-
HSV(B)315º51.28%15.29%-
XYZ1.361.011.64-
YUV26.69132.13136.78-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 42.39%
GREEN value IS 19 (7.81% from 255) = 20.65%
BLUE value IS 34 (13.67% from 255) = 36.96%
R=42.39%
G=20.65%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39193400.510.130.8531534.4811.37
Hex271322033D5513b22b
Octal472342063151254734213
Binary100111100111000100110011110110101011001110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271322; }

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

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

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

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

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

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

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

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