#30162B

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

Shades of Melanzane #30162B

Tints of Melanzane #30162B

Color information

#30162B (or 0x30162B) is unknown color: approx Melanzane. HEX triplet: 30, 16 and 2B. RGB value is (48,22,43). Sum of RGB (Red+Green+Blue) = 48+22+43=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 22 (8.98% from 255 or 19.47% from 113); Blue value is 43 (17.19% from 255 or 38.05% from 113); Max value from RGB is 48 - color contains mainly: red. Hex color #30162B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30162B is #CFE9D4. Grayscale: #202020. Windows color (decimal): -13625813 or 2823728. OLE color: 2823728.

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

Color convert

RGB482243-
CMYK00.540.100.81
HSL311.54º37.14%13.73%-
HSV(B)311.54º54.17%18.82%-
XYZ1.941.382.45-
YUV32.17134.11139.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.48%
GREEN value IS 22 (8.98% from 255) = 19.47%
BLUE value IS 43 (17.19% from 255) = 38.05%
R=42.48%
G=19.47%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48224300.540.100.81311.5437.1413.73
Hex30162B036A5113825e
Octal602653066121214704516
Binary110000101101010110110110101010100011001110001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30162B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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