#270720

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

Shades of Melanzane #270720

Tints of Melanzane #270720

Color information

#270720 (or 0x270720) is unknown color: approx Melanzane. HEX triplet: 27, 07 and 20. RGB value is (39,7,32). Sum of RGB (Red+Green+Blue) = 39+7+32=78 (10% of max value = 765). Red value is 39 (15.62% from 255 or 50% from 78); Green value is 7 (3.12% from 255 or 8.97% from 78); Blue value is 32 (12.89% from 255 or 41.03% from 78); Max value from RGB is 39 - color contains mainly: red. Hex color #270720 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270720 is #D8F8DF. Grayscale: #131313. Windows color (decimal): -14219488 or 2098983. OLE color: 2098983.

HSL color Cylindrical-coordinate representation of color #270720: hue angle of 313.12º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #270720 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.85.

Color convert

RGB39732-
CMYK00.820.180.85
HSL313.12º69.57%9.02%-
HSV(B)313.12º82.05%15.29%-
XYZ1.170.691.44-
YUV19.42135.1141.97-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 50%
GREEN value IS 7 (3.12% from 255) = 8.97%
BLUE value IS 32 (12.89% from 255) = 41.03%
R=50%
G=8.97%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3973200.820.180.85313.1269.579.02
Hex277200521255139469
Octal4774001222212547110611
Binary1001111111000000101001010010101010110011100110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270720; }

 p { color: rgb(39,7,32); }

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

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

 a { background-color: rgb(39,7,32); }

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

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

 span { border-color: rgb(39,7,32); }

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