#30212C

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

Shades of Melanzane #30212C

Tints of Melanzane #30212C

Color information

#30212C (or 0x30212C) is unknown color: approx Melanzane. HEX triplet: 30, 21 and 2C. RGB value is (48,33,44). Sum of RGB (Red+Green+Blue) = 48+33+44=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 44 (17.58% from 255 or 35.2% from 125); Max value from RGB is 48 - color contains mainly: red. Hex color #30212C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30212C is #CFDED3. Grayscale: #262626. Windows color (decimal): -13622996 or 2892080. OLE color: 2892080.

HSL color Cylindrical-coordinate representation of color #30212C: hue angle of 316º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #30212C is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB483344-
CMYK00.310.080.81
HSL316º18.52%15.88%-
HSV(B)316º31.25%18.82%-
XYZ2.221.92.63-
YUV38.74130.97134.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.4%
GREEN value IS 33 (13.28% from 255) = 26.4%
BLUE value IS 44 (17.58% from 255) = 35.2%
R=38.4%
G=26.4%
B=35.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48334400.310.080.8131618.5215.88
Hex30212C01F85113c1310
Octal604154037101214742320
Binary110000100001101100011111100010100011001111001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30212C; }

 p { color: rgb(48,33,44); }

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

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

 a { background-color: rgb(48,33,44); }

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

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

 span { border-color: rgb(48,33,44); }

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