#270D20

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

Shades of Melanzane #270D20

Tints of Melanzane #270D20

Color information

#270D20 (or 0x270D20) is unknown color: approx Melanzane. HEX triplet: 27, 0D and 20. RGB value is (39,13,32). Sum of RGB (Red+Green+Blue) = 39+13+32=84 (11% of max value = 765). Red value is 39 (15.62% from 255 or 46.43% from 84); Green value is 13 (5.47% from 255 or 15.48% from 84); Blue value is 32 (12.89% from 255 or 38.10% from 84); Max value from RGB is 39 - color contains mainly: red. Hex color #270D20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270D20 is #D8F2DF. Grayscale: #161616. Windows color (decimal): -14217952 or 2100519. OLE color: 2100519.

HSL color Cylindrical-coordinate representation of color #270D20: hue angle of 316.15º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #270D20 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.85.

Color convert

RGB391332-
CMYK00.670.180.85
HSL316.15º50%10.2%-
HSV(B)316.15º66.67%15.29%-
XYZ1.240.821.46-
YUV22.94133.11139.46-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 46.43%
GREEN value IS 13 (5.47% from 255) = 15.48%
BLUE value IS 32 (12.89% from 255) = 38.10%
R=46.43%
G=15.48%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39133200.670.180.85316.155010.2
Hex27D20043125513c32a
Octal4715400103221254746212
Binary1001111101100000010000111001010101011001111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270D20; }

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

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

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

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

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

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

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

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