#30202A

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

Shades of Melanzane #30202A

Tints of Melanzane #30202A

Color information

#30202A (or 0x30202A) is unknown color: approx Melanzane. HEX triplet: 30, 20 and 2A. RGB value is (48,32,42). Sum of RGB (Red+Green+Blue) = 48+32+42=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 48 - color contains mainly: red. Hex color #30202A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30202A is #CFDFD5. Grayscale: #252525. Windows color (decimal): -13623254 or 2760752. OLE color: 2760752.

HSL color Cylindrical-coordinate representation of color #30202A: hue angle of 322.5º 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 #30202A is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.81.

Color convert

RGB483242-
CMYK00.330.130.81
HSL322.5º20%15.69%-
HSV(B)322.5º33.33%18.82%-
XYZ2.151.832.43-
YUV37.92130.3135.19-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.34%
GREEN value IS 32 (12.89% from 255) = 26.23%
BLUE value IS 42 (16.80% from 255) = 34.43%
R=39.34%
G=26.23%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48324200.330.130.81322.52015.69
Hex30202A021D511421410
Octal604052041151215022420
Binary1100001000001010100100001110110100011010000101010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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