#301D2D

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

Shades of Melanzane #301D2D

Tints of Melanzane #301D2D

Color information

#301D2D (or 0x301D2D) is unknown color: approx Melanzane. HEX triplet: 30, 1D and 2D. RGB value is (48,29,45). Sum of RGB (Red+Green+Blue) = 48+29+45=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 29 (11.72% from 255 or 23.77% from 122); Blue value is 45 (17.97% from 255 or 36.89% from 122); Max value from RGB is 48 - color contains mainly: red. Hex color #301D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301D2D is #CFE2D2. Grayscale: #242424. Windows color (decimal): -13624019 or 2956592. OLE color: 2956592.

HSL color Cylindrical-coordinate representation of color #301D2D: hue angle of 309.47º 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 #301D2D is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB482945-
CMYK00.400.060.81
HSL309.47º24.68%15.1%-
HSV(B)309.47º39.58%18.82%-
XYZ2.131.72.7-
YUV36.51132.79136.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.34%
GREEN value IS 29 (11.72% from 255) = 23.77%
BLUE value IS 45 (17.97% from 255) = 36.89%
R=39.34%
G=23.77%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48294500.400.060.81309.4724.6815.1
Hex301D2D02865113519f
Octal60355505061214653117
Binary1100001110110110101010001101010001100110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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