#301328

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

Shades of Melanzane #301328

Tints of Melanzane #301328

Color information

#301328 (or 0x301328) is unknown color: approx Melanzane. HEX triplet: 30, 13 and 28. RGB value is (48,19,40). Sum of RGB (Red+Green+Blue) = 48+19+40=107 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.86% from 107); Green value is 19 (7.81% from 255 or 17.76% from 107); Blue value is 40 (16.02% from 255 or 37.38% from 107); Max value from RGB is 48 - color contains mainly: red. Hex color #301328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301328 is #CFECD7. Grayscale: #1E1E1E. Windows color (decimal): -13626584 or 2626352. OLE color: 2626352.

HSL color Cylindrical-coordinate representation of color #301328: hue angle of 316.55º 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 #301328 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.81.

Color convert

RGB481940-
CMYK00.600.170.81
HSL316.55º43.28%13.14%-
HSV(B)316.55º60.42%18.82%-
XYZ1.831.252.15-
YUV30.06133.61140.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.86%
GREEN value IS 19 (7.81% from 255) = 17.76%
BLUE value IS 40 (16.02% from 255) = 37.38%
R=44.86%
G=17.76%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.17
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48194000.600.170.81316.5543.2813.14
Hex30132803C115113d2bd
Octal602350074211214755315
Binary1100001001110100001111001000110100011001111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301328; }

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

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

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

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

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

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

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

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