#271222

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

Shades of Melanzane #271222

Tints of Melanzane #271222

Color information

#271222 (or 0x271222) is unknown color: approx Melanzane. HEX triplet: 27, 12 and 22. RGB value is (39,18,34). Sum of RGB (Red+Green+Blue) = 39+18+34=91 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.86% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 34 (13.67% from 255 or 37.36% from 91); Max value from RGB is 39 - color contains mainly: red. Hex color #271222 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271222 is #D8EDDD. Grayscale: #1A1A1A. Windows color (decimal): -14216670 or 2232871. OLE color: 2232871.

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

Color convert

RGB391834-
CMYK00.540.130.85
HSL314.29º36.84%11.18%-
HSV(B)314.29º53.85%15.29%-
XYZ1.340.981.63-
YUV26.1132.46137.2-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 42.86%
GREEN value IS 18 (7.42% from 255) = 19.78%
BLUE value IS 34 (13.67% from 255) = 37.36%
R=42.86%
G=19.78%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39183400.540.130.85314.2936.8411.18
Hex271222036D5513a25b
Octal472242066151254724513
Binary100111100101000100110110110110101011001110101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271222; }

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

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

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

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

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

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

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

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