#30232D

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

Shades of Melanzane #30232D

Tints of Melanzane #30232D

Color information

#30232D (or 0x30232D) is unknown color: approx Melanzane. HEX triplet: 30, 23 and 2D. RGB value is (48,35,45). Sum of RGB (Red+Green+Blue) = 48+35+45=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 45 (17.97% from 255 or 35.16% from 128); Max value from RGB is 48 - color contains mainly: red. Hex color #30232D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30232D is #CFDCD2. Grayscale: #282828. Windows color (decimal): -13622483 or 2958128. OLE color: 2958128.

HSL color Cylindrical-coordinate representation of color #30232D: hue angle of 313.85º degrees, saturation: 0.16, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #30232D is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB483545-
CMYK00.270.060.81
HSL313.85º15.66%16.27%-
HSV(B)313.85º27.08%18.82%-
XYZ2.292.022.75-
YUV40.03130.81133.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.5%
GREEN value IS 35 (14.06% from 255) = 27.34%
BLUE value IS 45 (17.97% from 255) = 35.16%
R=37.5%
G=27.34%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48354500.270.060.81313.8515.6616.27
Hex30232D01B65113a1010
Octal60435503361214722020
Binary11000010001110110101101111010100011001110101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30232D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30232D; }

 p { color: rgb(48,35,45); }

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

<style>
 a { background-color: #30232D; }

 a { background-color: rgb(48,35,45); }

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

<style>
 span { border-color: #30232D; }

 span { border-color: rgb(48,35,45); }

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