#30122A

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

Shades of Melanzane #30122A

Tints of Melanzane #30122A

Color information

#30122A (or 0x30122A) is unknown color: approx Melanzane. HEX triplet: 30, 12 and 2A. RGB value is (48,18,42). Sum of RGB (Red+Green+Blue) = 48+18+42=108 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.44% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 42 (16.80% from 255 or 38.89% from 108); Max value from RGB is 48 - color contains mainly: red. Hex color #30122A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30122A is #CFEDD5. Grayscale: #1D1D1D. Windows color (decimal): -13626838 or 2757168. OLE color: 2757168.

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

Color convert

RGB481842-
CMYK00.630.130.81
HSL312º45.45%12.94%-
HSV(B)312º62.5%18.82%-
XYZ1.851.232.33-
YUV29.71134.94141.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.44%
GREEN value IS 18 (7.42% from 255) = 16.67%
BLUE value IS 42 (16.80% from 255) = 38.89%
R=44.44%
G=16.67%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.13
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48184200.630.130.8131245.4512.94
Hex30122A03FD511382dd
Octal602252077151214705515
Binary110000100101010100111111110110100011001110001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30122A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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