#301A2C

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

Shades of Melanzane #301A2C

Tints of Melanzane #301A2C

Color information

#301A2C (or 0x301A2C) is unknown color: approx Melanzane. HEX triplet: 30, 1A and 2C. RGB value is (48,26,44). Sum of RGB (Red+Green+Blue) = 48+26+44=118 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.68% from 118); Green value is 26 (10.55% from 255 or 22.03% from 118); Blue value is 44 (17.58% from 255 or 37.29% from 118); Max value from RGB is 48 - color contains mainly: red. Hex color #301A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301A2C is #CFE5D3. Grayscale: #222222. Windows color (decimal): -13624788 or 2890288. OLE color: 2890288.

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

Color convert

RGB482644-
CMYK00.460.080.81
HSL310.91º29.73%14.51%-
HSV(B)310.91º45.83%18.82%-
XYZ2.041.552.57-
YUV34.63133.29137.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40.68%
GREEN value IS 26 (10.55% from 255) = 22.03%
BLUE value IS 44 (17.58% from 255) = 37.29%
R=40.68%
G=22.03%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48264400.460.080.81310.9129.7314.51
Hex301A2C02E8511371ef
Octal603254056101214673617
Binary11000011010101100010111010001010001100110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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