#301D29

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

Shades of Melanzane #301D29

Tints of Melanzane #301D29

Color information

#301D29 (or 0x301D29) is unknown color: approx Melanzane. HEX triplet: 30, 1D and 29. RGB value is (48,29,41). Sum of RGB (Red+Green+Blue) = 48+29+41=118 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.68% from 118); Green value is 29 (11.72% from 255 or 24.58% from 118); Blue value is 41 (16.41% from 255 or 34.75% from 118); Max value from RGB is 48 - color contains mainly: red. Hex color #301D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301D29 is #CFE2D6. Grayscale: #242424. Windows color (decimal): -13624023 or 2694448. OLE color: 2694448.

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

Color convert

RGB482941-
CMYK00.400.150.81
HSL322.11º24.68%15.1%-
HSV(B)322.11º39.58%18.82%-
XYZ2.061.672.31-
YUV36.05130.79136.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40.68%
GREEN value IS 29 (11.72% from 255) = 24.58%
BLUE value IS 41 (16.41% from 255) = 34.75%
R=40.68%
G=24.58%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.15
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48294100.400.150.81322.1124.6815.1
Hex301D29028F5114219f
Octal603551050171215023117
Binary11000011101101001010100011111010001101000010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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