#2F1527

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

Shades of Melanzane #2F1527

Tints of Melanzane #2F1527

Color information

#2F1527 (or 0x2F1527) is unknown color: approx Melanzane. HEX triplet: 2F, 15 and 27. RGB value is (47,21,39). Sum of RGB (Red+Green+Blue) = 47+21+39=107 (14% of max value = 765). Red value is 47 (18.75% from 255 or 43.93% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 39 (15.62% from 255 or 36.45% from 107); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1527 is #D0EAD8. Grayscale: #1E1E1E. Windows color (decimal): -13691609 or 2561327. OLE color: 2561327.

HSL color Cylindrical-coordinate representation of color #2F1527: hue angle of 318.46º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F1527 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.82.

Color convert

RGB472139-
CMYK00.550.170.82
HSL318.46º38.24%13.33%-
HSV(B)318.46º55.32%18.43%-
XYZ1.811.292.07-
YUV30.83132.61139.54-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 43.93%
GREEN value IS 21 (8.59% from 255) = 19.63%
BLUE value IS 39 (15.62% from 255) = 36.45%
R=43.93%
G=19.63%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47213900.550.170.82318.4638.2413.33
Hex2F1527037115213e26d
Octal572547067211224764615
Binary1011111010110011101101111000110100101001111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F1527; }

 p { color: rgb(47,21,39); }

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

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

 a { background-color: rgb(47,21,39); }

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

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

 span { border-color: rgb(47,21,39); }

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