#30202D

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

Shades of Melanzane #30202D

Tints of Melanzane #30202D

Color information

#30202D (or 0x30202D) is unknown color: approx Melanzane. HEX triplet: 30, 20 and 2D. RGB value is (48,32,45). Sum of RGB (Red+Green+Blue) = 48+32+45=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 45 (17.97% from 255 or 36% from 125); Max value from RGB is 48 - color contains mainly: red. Hex color #30202D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30202D is #CFDFD2. Grayscale: #262626. Windows color (decimal): -13623251 or 2957360. OLE color: 2957360.

HSL color Cylindrical-coordinate representation of color #30202D: hue angle of 311.25º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #30202D is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB483245-
CMYK00.330.060.81
HSL311.25º20%15.69%-
HSV(B)311.25º33.33%18.82%-
XYZ2.211.852.72-
YUV38.27131.8134.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.4%
GREEN value IS 32 (12.89% from 255) = 25.6%
BLUE value IS 45 (17.97% from 255) = 36%
R=38.4%
G=25.6%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48324500.330.060.81311.252015.69
Hex30202D0216511371410
Octal60405504161214672420
Binary110000100000101101010000111010100011001101111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30202D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30202D; }

 p { color: rgb(48,32,45); }

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

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

 a { background-color: rgb(48,32,45); }

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

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

 span { border-color: rgb(48,32,45); }

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