#30152B

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

Shades of Melanzane #30152B

Tints of Melanzane #30152B

Color information

#30152B (or 0x30152B) is unknown color: approx Melanzane. HEX triplet: 30, 15 and 2B. RGB value is (48,21,43). Sum of RGB (Red+Green+Blue) = 48+21+43=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 43 (17.19% from 255 or 38.39% from 112); Max value from RGB is 48 - color contains mainly: red. Hex color #30152B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30152B is #CFEAD4. Grayscale: #1F1F1F. Windows color (decimal): -13626069 or 2823472. OLE color: 2823472.

HSL color Cylindrical-coordinate representation of color #30152B: hue angle of 311.11º 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 #30152B is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB482143-
CMYK00.560.100.81
HSL311.11º39.13%13.53%-
HSV(B)311.11º56.25%18.82%-
XYZ1.921.342.44-
YUV31.58134.45139.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.86%
GREEN value IS 21 (8.59% from 255) = 18.75%
BLUE value IS 43 (17.19% from 255) = 38.39%
R=42.86%
G=18.75%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48214300.560.100.81311.1139.1313.53
Hex30152B038A5113727e
Octal602553070121214674716
Binary110000101011010110111000101010100011001101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30152B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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