#30292E

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

Shades of Melanzane #30292E

Tints of Melanzane #30292E

Color information

#30292E (or 0x30292E) is unknown color: approx Melanzane. HEX triplet: 30, 29 and 2E. RGB value is (48,41,46). Sum of RGB (Red+Green+Blue) = 48+41+46=135 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.56% from 135); Green value is 41 (16.41% from 255 or 30.37% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 48 - color contains mainly: red. Hex color #30292E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30292E is #CFD6D1. Grayscale: #2B2B2B. Windows color (decimal): -13620946 or 3025200. OLE color: 3025200.

HSL color Cylindrical-coordinate representation of color #30292E: hue angle of 317.14º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #30292E is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB484146-
CMYK00.150.040.81
HSL317.14º7.87%17.45%-
HSV(B)317.14º14.58%18.82%-
XYZ2.512.412.92-
YUV43.66129.32131.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.56%
GREEN value IS 41 (16.41% from 255) = 30.37%
BLUE value IS 46 (18.36% from 255) = 34.07%
R=35.56%
G=30.37%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48414600.150.040.81317.147.8717.45
Hex30292E0F45113d811
Octal60515601741214751021
Binary110000101001101110011111001010001100111101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30292E; }

 p { color: rgb(48,41,46); }

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

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

 a { background-color: rgb(48,41,46); }

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

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

 span { border-color: rgb(48,41,46); }

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