#301C2A

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

Shades of Melanzane #301C2A

Tints of Melanzane #301C2A

Color information

#301C2A (or 0x301C2A) is unknown color: approx Melanzane. HEX triplet: 30, 1C and 2A. RGB value is (48,28,42). Sum of RGB (Red+Green+Blue) = 48+28+42=118 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.68% from 118); Green value is 28 (11.33% from 255 or 23.73% from 118); Blue value is 42 (16.80% from 255 or 35.59% from 118); Max value from RGB is 48 - color contains mainly: red. Hex color #301C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301C2A is #CFE3D5. Grayscale: #232323. Windows color (decimal): -13624278 or 2759728. OLE color: 2759728.

HSL color Cylindrical-coordinate representation of color #301C2A: hue angle of 318º 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 #301C2A is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.81.

Color convert

RGB482842-
CMYK00.420.130.81
HSL318º26.32%14.9%-
HSV(B)318º41.67%18.82%-
XYZ2.051.632.4-
YUV35.58131.63136.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40.68%
GREEN value IS 28 (11.33% from 255) = 23.73%
BLUE value IS 42 (16.80% from 255) = 35.59%
R=40.68%
G=23.73%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48284200.420.130.8131826.3214.9
Hex301C2A02AD5113e1af
Octal603452052151214763217
Binary11000011100101010010101011011010001100111110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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