#30182A

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

Shades of Melanzane #30182A

Tints of Melanzane #30182A

Color information

#30182A (or 0x30182A) is unknown color: approx Melanzane. HEX triplet: 30, 18 and 2A. RGB value is (48,24,42). Sum of RGB (Red+Green+Blue) = 48+24+42=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 24 (9.77% from 255 or 21.05% from 114); Blue value is 42 (16.80% from 255 or 36.84% from 114); Max value from RGB is 48 - color contains mainly: red. Hex color #30182A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30182A is #CFE7D5. Grayscale: #212121. Windows color (decimal): -13625302 or 2758704. OLE color: 2758704.

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

Color convert

RGB482442-
CMYK00.50.130.81
HSL315º33.33%14.12%-
HSV(B)315º50%18.82%-
XYZ1.961.452.37-
YUV33.23132.95138.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.11%
GREEN value IS 24 (9.77% from 255) = 21.05%
BLUE value IS 42 (16.80% from 255) = 36.84%
R=42.11%
G=21.05%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.13
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48244200.50.130.8131533.3314.12
Hex30182A032D5113b21e
Octal603052062151214734116
Binary110000110001010100110010110110100011001110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30182A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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