#30292D

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

Shades of Melanzane #30292D

Tints of Melanzane #30292D

Color information

#30292D (or 0x30292D) is unknown color: approx Melanzane. HEX triplet: 30, 29 and 2D. RGB value is (48,41,45). Sum of RGB (Red+Green+Blue) = 48+41+45=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 41 (16.41% from 255 or 30.60% from 134); Blue value is 45 (17.97% from 255 or 33.58% from 134); Max value from RGB is 48 - color contains mainly: red. Hex color #30292D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30292D is #CFD6D2. Grayscale: #2B2B2B. Windows color (decimal): -13620947 or 2959664. OLE color: 2959664.

HSL color Cylindrical-coordinate representation of color #30292D: hue angle of 325.71º 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 #30292D is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB484145-
CMYK00.150.060.81
HSL325.71º7.87%17.45%-
HSV(B)325.71º14.58%18.82%-
XYZ2.492.42.82-
YUV43.55128.82131.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.82%
GREEN value IS 41 (16.41% from 255) = 30.60%
BLUE value IS 45 (17.97% from 255) = 33.58%
R=35.82%
G=30.60%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48414500.150.060.81325.717.8717.45
Hex30292D0F651146811
Octal60515501761215061021
Binary110000101001101101011111101010001101000110100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30292D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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