#30232B

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

Shades of Melanzane #30232B

Tints of Melanzane #30232B

Color information

#30232B (or 0x30232B) is unknown color: approx Melanzane. HEX triplet: 30, 23 and 2B. RGB value is (48,35,43). Sum of RGB (Red+Green+Blue) = 48+35+43=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 43 (17.19% from 255 or 34.13% from 126); Max value from RGB is 48 - color contains mainly: red. Hex color #30232B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30232B is #CFDCD4. Grayscale: #272727. Windows color (decimal): -13622485 or 2827056. OLE color: 2827056.

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

Color convert

RGB483543-
CMYK00.270.100.81
HSL323.08º15.66%16.27%-
HSV(B)323.08º27.08%18.82%-
XYZ2.2622.55-
YUV39.8129.81133.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.10%
GREEN value IS 35 (14.06% from 255) = 27.78%
BLUE value IS 43 (17.19% from 255) = 34.13%
R=38.10%
G=27.78%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48354300.270.100.81323.0815.6616.27
Hex30232B01BA511431010
Octal604353033121215032020
Binary110000100011101011011011101010100011010000111000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30232B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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