#30152A

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

Shades of Melanzane #30152A

Tints of Melanzane #30152A

Color information

#30152A (or 0x30152A) is unknown color: approx Melanzane. HEX triplet: 30, 15 and 2A. RGB value is (48,21,42). Sum of RGB (Red+Green+Blue) = 48+21+42=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 42 (16.80% from 255 or 37.84% from 111); Max value from RGB is 48 - color contains mainly: red. Hex color #30152A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30152A is #CFEAD5. Grayscale: #1F1F1F. Windows color (decimal): -13626070 or 2757936. OLE color: 2757936.

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

Color convert

RGB482142-
CMYK00.560.130.81
HSL313.33º39.13%13.53%-
HSV(B)313.33º56.25%18.82%-
XYZ1.911.332.35-
YUV31.47133.95139.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.24%
GREEN value IS 21 (8.59% from 255) = 18.92%
BLUE value IS 42 (16.80% from 255) = 37.84%
R=43.24%
G=18.92%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.13
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48214200.560.130.81313.3339.1313.53
Hex30152A038D5113927e
Octal602552070151214714716
Binary110000101011010100111000110110100011001110011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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