#301A2B

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

Shades of Melanzane #301A2B

Tints of Melanzane #301A2B

Color information

#301A2B (or 0x301A2B) is unknown color: approx Melanzane. HEX triplet: 30, 1A and 2B. RGB value is (48,26,43). Sum of RGB (Red+Green+Blue) = 48+26+43=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 26 (10.55% from 255 or 22.22% from 117); Blue value is 43 (17.19% from 255 or 36.75% from 117); Max value from RGB is 48 - color contains mainly: red. Hex color #301A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301A2B is #CFE5D4. Grayscale: #222222. Windows color (decimal): -13624789 or 2824752. OLE color: 2824752.

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

Color convert

RGB482643-
CMYK00.460.100.81
HSL313.64º29.73%14.51%-
HSV(B)313.64º45.83%18.82%-
XYZ2.021.542.48-
YUV34.52132.79137.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.03%
GREEN value IS 26 (10.55% from 255) = 22.22%
BLUE value IS 43 (17.19% from 255) = 36.75%
R=41.03%
G=22.22%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48264300.460.100.81313.6429.7314.51
Hex301A2B02EA5113a1ef
Octal603253056121214723617
Binary11000011010101011010111010101010001100111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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