#300E28

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

Shades of Melanzane #300E28

Tints of Melanzane #300E28

Color information

#300E28 (or 0x300E28) is unknown color: approx Melanzane. HEX triplet: 30, 0E and 28. RGB value is (48,14,40). Sum of RGB (Red+Green+Blue) = 48+14+40=102 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.06% from 102); Green value is 14 (5.86% from 255 or 13.73% from 102); Blue value is 40 (16.02% from 255 or 39.22% from 102); Max value from RGB is 48 - color contains mainly: red. Hex color #300E28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300E28 is #CFF1D7. Grayscale: #1B1B1B. Windows color (decimal): -13627864 or 2625072. OLE color: 2625072.

HSL color Cylindrical-coordinate representation of color #300E28: hue angle of 314.12º degrees, saturation: 0.55, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #300E28 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.81.

Color convert

RGB481440-
CMYK00.710.170.81
HSL314.12º54.84%12.16%-
HSV(B)314.12º70.83%18.82%-
XYZ1.761.12.13-
YUV27.13135.26142.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.06%
GREEN value IS 14 (5.86% from 255) = 13.73%
BLUE value IS 40 (16.02% from 255) = 39.22%
R=47.06%
G=13.73%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.17
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48144000.710.170.81314.1254.8412.16
Hex30E28047115113a37c
Octal6016500107211214726714
Binary1100001110101000010001111000110100011001110101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300E28; }

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

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

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

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

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

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

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

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