#27081F

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

Shades of Melanzane #27081F

Tints of Melanzane #27081F

Color information

#27081F (or 0x27081F) is unknown color: approx Melanzane. HEX triplet: 27, 08 and 1F. RGB value is (39,8,31). Sum of RGB (Red+Green+Blue) = 39+8+31=78 (10% of max value = 765). Red value is 39 (15.62% from 255 or 50% from 78); Green value is 8 (3.52% from 255 or 10.26% from 78); Blue value is 31 (12.5% from 255 or 39.74% from 78); Max value from RGB is 39 - color contains mainly: red. Hex color #27081F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27081F is #D8F7E0. Grayscale: #131313. Windows color (decimal): -14219233 or 2033703. OLE color: 2033703.

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

Color convert

RGB39831-
CMYK00.790.210.85
HSL315.48º65.96%9.22%-
HSV(B)315.48º79.49%15.29%-
XYZ1.170.71.37-
YUV19.89134.27141.63-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 50%
GREEN value IS 8 (3.52% from 255) = 10.26%
BLUE value IS 31 (12.5% from 255) = 39.74%
R=50%
G=10.26%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.21
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3983100.790.210.85315.4865.969.22
Hex2781F04F155513b429
Octal47103701172512547310211
Binary1001111000111110100111110101101010110011101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27081F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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