#30182B

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

Shades of Melanzane #30182B

Tints of Melanzane #30182B

Color information

#30182B (or 0x30182B) is unknown color: approx Melanzane. HEX triplet: 30, 18 and 2B. RGB value is (48,24,43). Sum of RGB (Red+Green+Blue) = 48+24+43=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 24 (9.77% from 255 or 20.87% from 115); Blue value is 43 (17.19% from 255 or 37.39% from 115); Max value from RGB is 48 - color contains mainly: red. Hex color #30182B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30182B is #CFE7D4. Grayscale: #212121. Windows color (decimal): -13625301 or 2824240. OLE color: 2824240.

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

Color convert

RGB482443-
CMYK00.50.100.81
HSL312.5º33.33%14.12%-
HSV(B)312.5º50%18.82%-
XYZ1.981.462.46-
YUV33.34133.45138.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.74%
GREEN value IS 24 (9.77% from 255) = 20.87%
BLUE value IS 43 (17.19% from 255) = 37.39%
R=41.74%
G=20.87%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48244300.50.100.81312.533.3314.12
Hex30182B032A5113821e
Octal603053062121214704116
Binary110000110001010110110010101010100011001110001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30182B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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