#30162A

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

Shades of Melanzane #30162A

Tints of Melanzane #30162A

Color information

#30162A (or 0x30162A) is unknown color: approx Melanzane. HEX triplet: 30, 16 and 2A. RGB value is (48,22,42). Sum of RGB (Red+Green+Blue) = 48+22+42=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 22 (8.98% from 255 or 19.64% from 112); Blue value is 42 (16.80% from 255 or 37.5% from 112); Max value from RGB is 48 - color contains mainly: red. Hex color #30162A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30162A is #CFE9D5. Grayscale: #1F1F1F. Windows color (decimal): -13625814 or 2758192. OLE color: 2758192.

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

Color convert

RGB482242-
CMYK00.540.130.81
HSL313.85º37.14%13.73%-
HSV(B)313.85º54.17%18.82%-
XYZ1.921.372.35-
YUV32.05133.61139.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.86%
GREEN value IS 22 (8.98% from 255) = 19.64%
BLUE value IS 42 (16.80% from 255) = 37.5%
R=42.86%
G=19.64%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48224200.540.130.81313.8537.1413.73
Hex30162A036D5113a25e
Octal602652066151214724516
Binary110000101101010100110110110110100011001110101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30162A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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