#30242C

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

Shades of Melanzane #30242C

Tints of Melanzane #30242C

Color information

#30242C (or 0x30242C) is unknown color: approx Melanzane. HEX triplet: 30, 24 and 2C. RGB value is (48,36,44). Sum of RGB (Red+Green+Blue) = 48+36+44=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 44 (17.58% from 255 or 34.38% from 128); Max value from RGB is 48 - color contains mainly: red. Hex color #30242C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30242C is #CFDBD3. Grayscale: #282828. Windows color (decimal): -13622228 or 2892848. OLE color: 2892848.

HSL color Cylindrical-coordinate representation of color #30242C: hue angle of 320º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #30242C is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB483644-
CMYK00.250.080.81
HSL320º14.29%16.47%-
HSV(B)320º25%18.82%-
XYZ2.32.072.66-
YUV40.5129.98133.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.5%
GREEN value IS 36 (14.45% from 255) = 28.12%
BLUE value IS 44 (17.58% from 255) = 34.38%
R=37.5%
G=28.12%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48364400.250.080.8132014.2916.47
Hex30242C019851140e10
Octal604454031101215001620
Binary11000010010010110001100110001010001101000000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30242C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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