#302029

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

Shades of Melanzane #302029

Tints of Melanzane #302029

Color information

#302029 (or 0x302029) is unknown color: approx Melanzane. HEX triplet: 30, 20 and 29. RGB value is (48,32,41). Sum of RGB (Red+Green+Blue) = 48+32+41=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 41 (16.41% from 255 or 33.88% from 121); Max value from RGB is 48 - color contains mainly: red. Hex color #302029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302029 is #CFDFD6. Grayscale: #252525. Windows color (decimal): -13623255 or 2695216. OLE color: 2695216.

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

Color convert

RGB483241-
CMYK00.330.150.81
HSL326.25º20%15.69%-
HSV(B)326.25º33.33%18.82%-
XYZ2.141.822.34-
YUV37.81129.8135.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.67%
GREEN value IS 32 (12.89% from 255) = 26.45%
BLUE value IS 41 (16.41% from 255) = 33.88%
R=39.67%
G=26.45%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48324100.330.150.81326.252015.69
Hex302029021F511461410
Octal604051041171215062420
Binary1100001000001010010100001111110100011010001101010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302029; }

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

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

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

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

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

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

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

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