#30212A

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

Shades of Melanzane #30212A

Tints of Melanzane #30212A

Color information

#30212A (or 0x30212A) is unknown color: approx Melanzane. HEX triplet: 30, 21 and 2A. RGB value is (48,33,42). Sum of RGB (Red+Green+Blue) = 48+33+42=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 42 (16.80% from 255 or 34.15% from 123); Max value from RGB is 48 - color contains mainly: red. Hex color #30212A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30212A is #CFDED5. Grayscale: #262626. Windows color (decimal): -13622998 or 2761008. OLE color: 2761008.

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

Color convert

RGB483342-
CMYK00.310.130.81
HSL324º18.52%15.88%-
HSV(B)324º31.25%18.82%-
XYZ2.181.882.44-
YUV38.51129.97134.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.02%
GREEN value IS 33 (13.28% from 255) = 26.83%
BLUE value IS 42 (16.80% from 255) = 34.15%
R=39.02%
G=26.83%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48334200.310.130.8132418.5215.88
Hex30212A01FD511441310
Octal604152037151215042320
Binary110000100001101010011111110110100011010001001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30212A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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