#30142A

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

Shades of Melanzane #30142A

Tints of Melanzane #30142A

Color information

#30142A (or 0x30142A) is unknown color: approx Melanzane. HEX triplet: 30, 14 and 2A. RGB value is (48,20,42). Sum of RGB (Red+Green+Blue) = 48+20+42=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 20 (8.20% from 255 or 18.18% from 110); Blue value is 42 (16.80% from 255 or 38.18% from 110); Max value from RGB is 48 - color contains mainly: red. Hex color #30142A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30142A is #CFEBD5. Grayscale: #1E1E1E. Windows color (decimal): -13626326 or 2757680. OLE color: 2757680.

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

Color convert

RGB482042-
CMYK00.580.130.81
HSL312.86º41.18%13.33%-
HSV(B)312.86º58.33%18.82%-
XYZ1.891.32.34-
YUV30.88134.28140.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.64%
GREEN value IS 20 (8.20% from 255) = 18.18%
BLUE value IS 42 (16.80% from 255) = 38.18%
R=43.64%
G=18.18%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48204200.580.130.81312.8641.1813.33
Hex30142A03AD5113929d
Octal602452072151214715115
Binary110000101001010100111010110110100011001110011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30142A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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