#301F2C

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

Shades of Melanzane #301F2C

Tints of Melanzane #301F2C

Color information

#301F2C (or 0x301F2C) is unknown color: approx Melanzane. HEX triplet: 30, 1F and 2C. RGB value is (48,31,44). Sum of RGB (Red+Green+Blue) = 48+31+44=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 31 (12.5% from 255 or 25.20% from 123); Blue value is 44 (17.58% from 255 or 35.77% from 123); Max value from RGB is 48 - color contains mainly: red. Hex color #301F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301F2C is #CFE0D3. Grayscale: #252525. Windows color (decimal): -13623508 or 2891568. OLE color: 2891568.

HSL color Cylindrical-coordinate representation of color #301F2C: hue angle of 314.12º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #301F2C is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB483144-
CMYK00.350.080.81
HSL314.12º21.52%15.49%-
HSV(B)314.12º35.42%18.82%-
XYZ2.161.792.61-
YUV37.56131.63135.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.02%
GREEN value IS 31 (12.5% from 255) = 25.20%
BLUE value IS 44 (17.58% from 255) = 35.77%
R=39.02%
G=25.20%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48314400.350.080.81314.1221.5215.49
Hex301F2C02385113a16f
Octal603754043101214722617
Binary11000011111101100010001110001010001100111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301F2C; }

 p { color: rgb(48,31,44); }

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

<style>
 a { background-color: #301F2C; }

 a { background-color: rgb(48,31,44); }

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

<style>
 span { border-color: #301F2C; }

 span { border-color: rgb(48,31,44); }

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