#27091F

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

Shades of Melanzane #27091F

Tints of Melanzane #27091F

Color information

#27091F (or 0x27091F) is unknown color: approx Melanzane. HEX triplet: 27, 09 and 1F. RGB value is (39,9,31). Sum of RGB (Red+Green+Blue) = 39+9+31=79 (10% of max value = 765). Red value is 39 (15.62% from 255 or 49.37% from 79); Green value is 9 (3.91% from 255 or 11.39% from 79); Blue value is 31 (12.5% from 255 or 39.24% from 79); Max value from RGB is 39 - color contains mainly: red. Hex color #27091F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27091F is #D8F6E0. Grayscale: #141414. Windows color (decimal): -14218977 or 2033959. OLE color: 2033959.

HSL color Cylindrical-coordinate representation of color #27091F: hue angle of 316º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27091F is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.85.

Color convert

RGB39931-
CMYK00.770.210.85
HSL316º62.5%9.41%-
HSV(B)316º76.92%15.29%-
XYZ1.180.731.37-
YUV20.48133.94141.21-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 49.37%
GREEN value IS 9 (3.91% from 255) = 11.39%
BLUE value IS 31 (12.5% from 255) = 39.24%
R=49.37%
G=11.39%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.21
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3993100.770.210.8531662.59.41
Hex2791F04D155513c3e9
Octal4711370115251254747611
Binary100111100111111010011011010110101011001111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27091F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27091F; }

 p { color: rgb(39,9,31); }

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

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

 a { background-color: rgb(39,9,31); }

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

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

 span { border-color: rgb(39,9,31); }

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