#2F1827

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

Shades of Melanzane #2F1827

Tints of Melanzane #2F1827

Color information

#2F1827 (or 0x2F1827) is unknown color: approx Melanzane. HEX triplet: 2F, 18 and 27. RGB value is (47,24,39). Sum of RGB (Red+Green+Blue) = 47+24+39=110 (14% of max value = 765). Red value is 47 (18.75% from 255 or 42.73% from 110); Green value is 24 (9.77% from 255 or 21.82% from 110); Blue value is 39 (15.62% from 255 or 35.45% from 110); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1827 is #D0E7D8. Grayscale: #202020. Windows color (decimal): -13690841 or 2562095. OLE color: 2562095.

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

Color convert

RGB472439-
CMYK00.490.170.82
HSL320.87º32.39%13.92%-
HSV(B)320.87º48.94%18.43%-
XYZ1.871.42.09-
YUV32.59131.62138.28-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 42.73%
GREEN value IS 24 (9.77% from 255) = 21.82%
BLUE value IS 39 (15.62% from 255) = 35.45%
R=42.73%
G=21.82%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47243900.490.170.82320.8732.3913.92
Hex2F1827031115214120e
Octal573047061211225014016
Binary1011111100010011101100011000110100101010000011000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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