#270820

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

Shades of Melanzane #270820

Tints of Melanzane #270820

Color information

#270820 (or 0x270820) is unknown color: approx Melanzane. HEX triplet: 27, 08 and 20. RGB value is (39,8,32). Sum of RGB (Red+Green+Blue) = 39+8+32=79 (10% of max value = 765). Red value is 39 (15.62% from 255 or 49.37% from 79); Green value is 8 (3.52% from 255 or 10.13% from 79); Blue value is 32 (12.89% from 255 or 40.51% from 79); Max value from RGB is 39 - color contains mainly: red. Hex color #270820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270820 is #D8F7DF. Grayscale: #131313. Windows color (decimal): -14219232 or 2099239. OLE color: 2099239.

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

Color convert

RGB39832-
CMYK00.790.180.85
HSL313.55º65.96%9.22%-
HSV(B)313.55º79.49%15.29%-
XYZ1.180.711.44-
YUV20134.77141.55-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 49.37%
GREEN value IS 8 (3.52% from 255) = 10.13%
BLUE value IS 32 (12.89% from 255) = 40.51%
R=49.37%
G=10.13%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3983200.790.180.85313.5565.969.22
Hex2782004F125513a429
Octal47104001172212547210211
Binary10011110001000000100111110010101010110011101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270820; }

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

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

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

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

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

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

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

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