#301A28

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

Shades of Melanzane #301A28

Tints of Melanzane #301A28

Color information

#301A28 (or 0x301A28) is unknown color: approx Melanzane. HEX triplet: 30, 1A and 28. RGB value is (48,26,40). Sum of RGB (Red+Green+Blue) = 48+26+40=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 26 (10.55% from 255 or 22.81% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 48 - color contains mainly: red. Hex color #301A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301A28 is #CFE5D7. Grayscale: #222222. Windows color (decimal): -13624792 or 2628144. OLE color: 2628144.

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

Color convert

RGB482640-
CMYK00.460.170.81
HSL321.82º29.73%14.51%-
HSV(B)321.82º45.83%18.82%-
XYZ1.971.522.2-
YUV34.17131.29137.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.11%
GREEN value IS 26 (10.55% from 255) = 22.81%
BLUE value IS 40 (16.02% from 255) = 35.09%
R=42.11%
G=22.81%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48264000.460.170.81321.8229.7314.51
Hex301A2802E11511421ef
Octal603250056211215023617
Binary110000110101010000101110100011010001101000010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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