#30132A

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

Shades of Melanzane #30132A

Tints of Melanzane #30132A

Color information

#30132A (or 0x30132A) is unknown color: approx Melanzane. HEX triplet: 30, 13 and 2A. RGB value is (48,19,42). Sum of RGB (Red+Green+Blue) = 48+19+42=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 42 (16.80% from 255 or 38.53% from 109); Max value from RGB is 48 - color contains mainly: red. Hex color #30132A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30132A is #CFECD5. Grayscale: #1E1E1E. Windows color (decimal): -13626582 or 2757424. OLE color: 2757424.

HSL color Cylindrical-coordinate representation of color #30132A: hue angle of 312.41º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #30132A is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.81.

Color convert

RGB481942-
CMYK00.600.130.81
HSL312.41º43.28%13.14%-
HSV(B)312.41º60.42%18.82%-
XYZ1.871.262.34-
YUV30.29134.61140.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.04%
GREEN value IS 19 (7.81% from 255) = 17.43%
BLUE value IS 42 (16.80% from 255) = 38.53%
R=44.04%
G=17.43%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.13
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48194200.600.130.81312.4143.2813.14
Hex30132A03CD511382bd
Octal602352074151214705315
Binary110000100111010100111100110110100011001110001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30132A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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