#30232C

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

Shades of Melanzane #30232C

Tints of Melanzane #30232C

Color information

#30232C (or 0x30232C) is unknown color: approx Melanzane. HEX triplet: 30, 23 and 2C. RGB value is (48,35,44). Sum of RGB (Red+Green+Blue) = 48+35+44=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 35 (14.06% from 255 or 27.56% from 127); Blue value is 44 (17.58% from 255 or 34.65% from 127); Max value from RGB is 48 - color contains mainly: red. Hex color #30232C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30232C is #CFDCD3. Grayscale: #272727. Windows color (decimal): -13622484 or 2892592. OLE color: 2892592.

HSL color Cylindrical-coordinate representation of color #30232C: hue angle of 318.46º 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 #30232C is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB483544-
CMYK00.270.080.81
HSL318.46º15.66%16.27%-
HSV(B)318.46º27.08%18.82%-
XYZ2.272.012.65-
YUV39.91130.31133.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.80%
GREEN value IS 35 (14.06% from 255) = 27.56%
BLUE value IS 44 (17.58% from 255) = 34.65%
R=37.80%
G=27.56%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48354400.270.080.81318.4615.6616.27
Hex30232C01B85113e1010
Octal604354033101214762020
Binary110000100011101100011011100010100011001111101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30232C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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