#270F1F

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

Shades of Melanzane #270F1F

Tints of Melanzane #270F1F

Color information

#270F1F (or 0x270F1F) is unknown color: approx Melanzane. HEX triplet: 27, 0F and 1F. RGB value is (39,15,31). Sum of RGB (Red+Green+Blue) = 39+15+31=85 (11% of max value = 765). Red value is 39 (15.62% from 255 or 45.88% from 85); Green value is 15 (6.25% from 255 or 17.65% from 85); Blue value is 31 (12.5% from 255 or 36.47% from 85); Max value from RGB is 39 - color contains mainly: red. Hex color #270F1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270F1F is #D8F0E0. Grayscale: #171717. Windows color (decimal): -14217441 or 2035495. OLE color: 2035495.

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

Color convert

RGB391531-
CMYK00.620.210.85
HSL320º44.44%10.59%-
HSV(B)320º61.54%15.29%-
XYZ1.250.871.4-
YUV24131.95138.7-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 45.88%
GREEN value IS 15 (6.25% from 255) = 17.65%
BLUE value IS 31 (12.5% from 255) = 36.47%
R=45.88%
G=17.65%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39153100.620.210.8532044.4410.59
Hex27F1F03E15551402cb
Octal471737076251255005413
Binary10011111111111101111101010110101011010000001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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