#301A2A

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

Shades of Melanzane #301A2A

Tints of Melanzane #301A2A

Color information

#301A2A (or 0x301A2A) is unknown color: approx Melanzane. HEX triplet: 30, 1A and 2A. RGB value is (48,26,42). Sum of RGB (Red+Green+Blue) = 48+26+42=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 26 (10.55% from 255 or 22.41% from 116); Blue value is 42 (16.80% from 255 or 36.21% from 116); Max value from RGB is 48 - color contains mainly: red. Hex color #301A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301A2A is #CFE5D5. Grayscale: #222222. Windows color (decimal): -13624790 or 2759216. OLE color: 2759216.

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

Color convert

RGB482642-
CMYK00.460.130.81
HSL316.36º29.73%14.51%-
HSV(B)316.36º45.83%18.82%-
XYZ2.011.532.38-
YUV34.4132.29137.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.38%
GREEN value IS 26 (10.55% from 255) = 22.41%
BLUE value IS 42 (16.80% from 255) = 36.21%
R=41.38%
G=22.41%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48264200.460.130.81316.3629.7314.51
Hex301A2A02ED5113c1ef
Octal603252056151214743617
Binary11000011010101010010111011011010001100111100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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