#301228

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

Shades of Melanzane #301228

Tints of Melanzane #301228

Color information

#301228 (or 0x301228) is unknown color: approx Melanzane. HEX triplet: 30, 12 and 28. RGB value is (48,18,40). Sum of RGB (Red+Green+Blue) = 48+18+40=106 (14% of max value = 765). Red value is 48 (19.14% from 255 or 45.28% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 40 (16.02% from 255 or 37.74% from 106); Max value from RGB is 48 - color contains mainly: red. Hex color #301228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301228 is #CFEDD7. Grayscale: #1D1D1D. Windows color (decimal): -13626840 or 2626096. OLE color: 2626096.

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

Color convert

RGB481840-
CMYK00.630.170.81
HSL316º45.45%12.94%-
HSV(B)316º62.5%18.82%-
XYZ1.821.212.15-
YUV29.48133.94141.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.28%
GREEN value IS 18 (7.42% from 255) = 16.98%
BLUE value IS 40 (16.02% from 255) = 37.74%
R=45.28%
G=16.98%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.17
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48184000.630.170.8131645.4512.94
Hex30122803F115113c2dd
Octal602250077211214745515
Binary1100001001010100001111111000110100011001111001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301228; }

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

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

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

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

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

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

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

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