#301C2C

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

Shades of Melanzane #301C2C

Tints of Melanzane #301C2C

Color information

#301C2C (or 0x301C2C) is unknown color: approx Melanzane. HEX triplet: 30, 1C and 2C. RGB value is (48,28,44). Sum of RGB (Red+Green+Blue) = 48+28+44=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 28 (11.33% from 255 or 23.33% from 120); Blue value is 44 (17.58% from 255 or 36.67% from 120); Max value from RGB is 48 - color contains mainly: red. Hex color #301C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301C2C is #CFE3D3. Grayscale: #232323. Windows color (decimal): -13624276 or 2890800. OLE color: 2890800.

HSL color Cylindrical-coordinate representation of color #301C2C: hue angle of 312º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #301C2C is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB482844-
CMYK00.420.080.81
HSL312º26.32%14.9%-
HSV(B)312º41.67%18.82%-
XYZ2.091.642.59-
YUV35.8132.63136.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40%
GREEN value IS 28 (11.33% from 255) = 23.33%
BLUE value IS 44 (17.58% from 255) = 36.67%
R=40%
G=23.33%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48284400.420.080.8131226.3214.9
Hex301C2C02A8511381af
Octal603454052101214703217
Binary11000011100101100010101010001010001100111000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301C2C; }

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

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

<style>
 a { background-color: #301C2C; }

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

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

<style>
 span { border-color: #301C2C; }

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

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