#301128

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

Shades of Melanzane #301128

Tints of Melanzane #301128

Color information

#301128 (or 0x301128) is unknown color: approx Melanzane. HEX triplet: 30, 11 and 28. RGB value is (48,17,40). Sum of RGB (Red+Green+Blue) = 48+17+40=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 40 (16.02% from 255 or 38.10% from 105); Max value from RGB is 48 - color contains mainly: red. Hex color #301128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301128 is #CFEED7. Grayscale: #1C1C1C. Windows color (decimal): -13627096 or 2625840. OLE color: 2625840.

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

Color convert

RGB481740-
CMYK00.650.170.81
HSL315.48º47.69%12.75%-
HSV(B)315.48º64.58%18.82%-
XYZ1.81.182.14-
YUV28.89134.27141.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.71%
GREEN value IS 17 (7.03% from 255) = 16.19%
BLUE value IS 40 (16.02% from 255) = 38.10%
R=45.71%
G=16.19%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.17
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48174000.650.170.81315.4847.6912.75
Hex301128041115113b30d
Octal6021500101211214736015
Binary11000010001101000010000011000110100011001110111100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301128; }

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

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

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

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

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

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

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

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