#301629

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

Shades of Melanzane #301629

Tints of Melanzane #301629

Color information

#301629 (or 0x301629) is unknown color: approx Melanzane. HEX triplet: 30, 16 and 29. RGB value is (48,22,41). Sum of RGB (Red+Green+Blue) = 48+22+41=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 22 (8.98% from 255 or 19.82% from 111); Blue value is 41 (16.41% from 255 or 36.94% from 111); Max value from RGB is 48 - color contains mainly: red. Hex color #301629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301629 is #CFE9D6. Grayscale: #1F1F1F. Windows color (decimal): -13625815 or 2692656. OLE color: 2692656.

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

Color convert

RGB482241-
CMYK00.540.150.81
HSL316.15º37.14%13.73%-
HSV(B)316.15º54.17%18.82%-
XYZ1.911.362.26-
YUV31.94133.11139.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.24%
GREEN value IS 22 (8.98% from 255) = 19.82%
BLUE value IS 41 (16.41% from 255) = 36.94%
R=43.24%
G=19.82%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.15
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48224100.540.150.81316.1537.1413.73
Hex301629036F5113c25e
Octal602651066171214744516
Binary110000101101010010110110111110100011001111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301629; }

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

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

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

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

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

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

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

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