#301D2C

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

Shades of Melanzane #301D2C

Tints of Melanzane #301D2C

Color information

#301D2C (or 0x301D2C) is unknown color: approx Melanzane. HEX triplet: 30, 1D and 2C. RGB value is (48,29,44). Sum of RGB (Red+Green+Blue) = 48+29+44=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 48 - color contains mainly: red. Hex color #301D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301D2C is #CFE2D3. Grayscale: #242424. Windows color (decimal): -13624020 or 2891056. OLE color: 2891056.

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

Color convert

RGB482944-
CMYK00.400.080.81
HSL312.63º24.68%15.1%-
HSV(B)312.63º39.58%18.82%-
XYZ2.111.692.6-
YUV36.39132.29136.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.67%
GREEN value IS 29 (11.72% from 255) = 23.97%
BLUE value IS 44 (17.58% from 255) = 36.36%
R=39.67%
G=23.97%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48294400.400.080.81312.6324.6815.1
Hex301D2C02885113919f
Octal603554050101214713117
Binary11000011101101100010100010001010001100111001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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