#301929

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

Shades of Melanzane #301929

Tints of Melanzane #301929

Color information

#301929 (or 0x301929) is unknown color: approx Melanzane. HEX triplet: 30, 19 and 29. RGB value is (48,25,41). Sum of RGB (Red+Green+Blue) = 48+25+41=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 25 (10.16% from 255 or 21.93% from 114); Blue value is 41 (16.41% from 255 or 35.96% from 114); Max value from RGB is 48 - color contains mainly: red. Hex color #301929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301929 is #CFE6D6. Grayscale: #212121. Windows color (decimal): -13625047 or 2693424. OLE color: 2693424.

HSL color Cylindrical-coordinate representation of color #301929: hue angle of 318.26º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #301929 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.81.

Color convert

RGB482541-
CMYK00.480.150.81
HSL318.26º31.51%14.31%-
HSV(B)318.26º47.92%18.82%-
XYZ1.971.482.28-
YUV33.7132.12138.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.11%
GREEN value IS 25 (10.16% from 255) = 21.93%
BLUE value IS 41 (16.41% from 255) = 35.96%
R=42.11%
G=21.93%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48254100.480.150.81318.2631.5114.31
Hex301929030F5113e20e
Octal603151060171214764016
Binary110000110011010010110000111110100011001111101000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301929; }

 p { color: rgb(48,25,41); }

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

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

 a { background-color: rgb(48,25,41); }

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

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

 span { border-color: rgb(48,25,41); }

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