#301028

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

Shades of Melanzane #301028

Tints of Melanzane #301028

Color information

#301028 (or 0x301028) is unknown color: approx Melanzane. HEX triplet: 30, 10 and 28. RGB value is (48,16,40). Sum of RGB (Red+Green+Blue) = 48+16+40=104 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.15% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 40 (16.02% from 255 or 38.46% from 104); Max value from RGB is 48 - color contains mainly: red. Hex color #301028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301028 is #CFEFD7. Grayscale: #1C1C1C. Windows color (decimal): -13627352 or 2625584. OLE color: 2625584.

HSL color Cylindrical-coordinate representation of color #301028: hue angle of 315º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #301028 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.81.

Color convert

RGB481640-
CMYK00.670.170.81
HSL315º50%12.55%-
HSV(B)315º66.67%18.82%-
XYZ1.791.152.14-
YUV28.3134.6142.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.15%
GREEN value IS 16 (6.64% from 255) = 15.38%
BLUE value IS 40 (16.02% from 255) = 38.46%
R=46.15%
G=15.38%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.17
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48164000.670.170.813155012.55
Hex301028043115113b32d
Octal6020500103211214736215
Binary11000010000101000010000111000110100011001110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301028; }

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

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

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

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

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

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

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

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