#271122

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

Shades of Melanzane #271122

Tints of Melanzane #271122

Color information

#271122 (or 0x271122) is unknown color: approx Melanzane. HEX triplet: 27, 11 and 22. RGB value is (39,17,34). Sum of RGB (Red+Green+Blue) = 39+17+34=90 (11% of max value = 765). Red value is 39 (15.62% from 255 or 43.33% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 34 (13.67% from 255 or 37.78% from 90); Max value from RGB is 39 - color contains mainly: red. Hex color #271122 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271122 is #D8EEDD. Grayscale: #191919. Windows color (decimal): -14216926 or 2232615. OLE color: 2232615.

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

Color convert

RGB391734-
CMYK00.560.130.85
HSL313.64º39.29%10.98%-
HSV(B)313.64º56.41%15.29%-
XYZ1.330.951.63-
YUV25.52132.79137.62-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 43.33%
GREEN value IS 17 (7.03% from 255) = 18.89%
BLUE value IS 34 (13.67% from 255) = 37.78%
R=43.33%
G=18.89%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.13
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39173400.560.130.85313.6439.2910.98
Hex271122038D5513a27b
Octal472142070151254724713
Binary100111100011000100111000110110101011001110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271122; }

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

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

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

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

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

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

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

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