#301529

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

Shades of Melanzane #301529

Tints of Melanzane #301529

Color information

#301529 (or 0x301529) is unknown color: approx Melanzane. HEX triplet: 30, 15 and 29. RGB value is (48,21,41). Sum of RGB (Red+Green+Blue) = 48+21+41=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 41 (16.41% from 255 or 37.27% from 110); Max value from RGB is 48 - color contains mainly: red. Hex color #301529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301529 is #CFEAD6. Grayscale: #1F1F1F. Windows color (decimal): -13626071 or 2692400. OLE color: 2692400.

HSL color Cylindrical-coordinate representation of color #301529: hue angle of 315.56º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #301529 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.81.

Color convert

RGB482141-
CMYK00.560.150.81
HSL315.56º39.13%13.53%-
HSV(B)315.56º56.25%18.82%-
XYZ1.891.322.25-
YUV31.35133.45139.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.64%
GREEN value IS 21 (8.59% from 255) = 19.09%
BLUE value IS 41 (16.41% from 255) = 37.27%
R=43.64%
G=19.09%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48214100.560.150.81315.5639.1313.53
Hex301529038F5113c27e
Octal602551070171214744716
Binary110000101011010010111000111110100011001111001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301529; }

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

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

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

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

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

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

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

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