#301329

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

Shades of Melanzane #301329

Tints of Melanzane #301329

Color information

#301329 (or 0x301329) is unknown color: approx Melanzane. HEX triplet: 30, 13 and 29. RGB value is (48,19,41). Sum of RGB (Red+Green+Blue) = 48+19+41=108 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.44% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 41 (16.41% from 255 or 37.96% from 108); Max value from RGB is 48 - color contains mainly: red. Hex color #301329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301329 is #CFECD6. Grayscale: #1E1E1E. Windows color (decimal): -13626583 or 2691888. OLE color: 2691888.

HSL color Cylindrical-coordinate representation of color #301329: hue angle of 314.48º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #301329 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.81.

Color convert

RGB481941-
CMYK00.600.150.81
HSL314.48º43.28%13.14%-
HSV(B)314.48º60.42%18.82%-
XYZ1.851.252.24-
YUV30.18134.11140.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.44%
GREEN value IS 19 (7.81% from 255) = 17.59%
BLUE value IS 41 (16.41% from 255) = 37.96%
R=44.44%
G=17.59%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.15
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48194100.600.150.81314.4843.2813.14
Hex30132903CF5113a2bd
Octal602351074171214725315
Binary110000100111010010111100111110100011001110101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301329; }

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

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

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

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

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

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

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

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