#27121F

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

Shades of Melanzane #27121F

Tints of Melanzane #27121F

Color information

#27121F (or 0x27121F) is unknown color: approx Melanzane. HEX triplet: 27, 12 and 1F. RGB value is (39,18,31). Sum of RGB (Red+Green+Blue) = 39+18+31=88 (11% of max value = 765). Red value is 39 (15.62% from 255 or 44.32% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 31 (12.5% from 255 or 35.23% from 88); Max value from RGB is 39 - color contains mainly: red. Hex color #27121F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27121F is #D8EDE0. Grayscale: #191919. Windows color (decimal): -14216673 or 2036263. OLE color: 2036263.

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

Color convert

RGB391831-
CMYK00.540.210.85
HSL322.86º36.84%11.18%-
HSV(B)322.86º53.85%15.29%-
XYZ1.30.961.41-
YUV25.76130.96137.44-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 44.32%
GREEN value IS 18 (7.42% from 255) = 20.45%
BLUE value IS 31 (12.5% from 255) = 35.23%
R=44.32%
G=20.45%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39183100.540.210.85322.8636.8411.18
Hex27121F036155514325b
Octal472237066251255034513
Binary100111100101111101101101010110101011010000111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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