#30272C

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

Shades of Melanzane #30272C

Tints of Melanzane #30272C

Color information

#30272C (or 0x30272C) is unknown color: approx Melanzane. HEX triplet: 30, 27 and 2C. RGB value is (48,39,44). Sum of RGB (Red+Green+Blue) = 48+39+44=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 39 (15.62% from 255 or 29.77% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 48 - color contains mainly: red. Hex color #30272C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30272C is #CFD8D3. Grayscale: #2A2A2A. Windows color (decimal): -13621460 or 2893616. OLE color: 2893616.

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

Color convert

RGB483944-
CMYK00.190.080.81
HSL326.67º10.34%17.06%-
HSV(B)326.67º18.75%18.82%-
XYZ2.42.262.69-
YUV42.26128.98132.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.64%
GREEN value IS 39 (15.62% from 255) = 29.77%
BLUE value IS 44 (17.58% from 255) = 33.59%
R=36.64%
G=29.77%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48394400.190.080.81326.6710.3417.06
Hex30272C013851147a11
Octal604754023101215071221
Binary11000010011110110001001110001010001101000111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30272C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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