#301628

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

Shades of Melanzane #301628

Tints of Melanzane #301628

Color information

#301628 (or 0x301628) is unknown color: approx Melanzane. HEX triplet: 30, 16 and 28. RGB value is (48,22,40). Sum of RGB (Red+Green+Blue) = 48+22+40=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 22 (8.98% from 255 or 20% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 48 - color contains mainly: red. Hex color #301628 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301628 is #CFE9D7. Grayscale: #1F1F1F. Windows color (decimal): -13625816 or 2627120. OLE color: 2627120.

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

Color convert

RGB482240-
CMYK00.540.170.81
HSL318.46º37.14%13.73%-
HSV(B)318.46º54.17%18.82%-
XYZ1.891.362.17-
YUV31.83132.61139.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.64%
GREEN value IS 22 (8.98% from 255) = 20%
BLUE value IS 40 (16.02% from 255) = 36.36%
R=43.64%
G=20%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48224000.540.170.81318.4637.1413.73
Hex301628036115113e25e
Octal602650066211214764516
Binary1100001011010100001101101000110100011001111101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301628; }

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

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

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

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

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

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

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

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