#301829

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

Shades of Melanzane #301829

Tints of Melanzane #301829

Color information

#301829 (or 0x301829) is unknown color: approx Melanzane. HEX triplet: 30, 18 and 29. RGB value is (48,24,41). Sum of RGB (Red+Green+Blue) = 48+24+41=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 24 (9.77% from 255 or 21.24% from 113); Blue value is 41 (16.41% from 255 or 36.28% from 113); Max value from RGB is 48 - color contains mainly: red. Hex color #301829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301829 is #CFE7D6. Grayscale: #212121. Windows color (decimal): -13625303 or 2693168. OLE color: 2693168.

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

Color convert

RGB482441-
CMYK00.50.150.81
HSL317.5º33.33%14.12%-
HSV(B)317.5º50%18.82%-
XYZ1.951.442.27-
YUV33.11132.45138.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.48%
GREEN value IS 24 (9.77% from 255) = 21.24%
BLUE value IS 41 (16.41% from 255) = 36.28%
R=42.48%
G=21.24%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.15
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48244100.50.150.81317.533.3314.12
Hex301829032F5113e21e
Octal603051062171214764116
Binary110000110001010010110010111110100011001111101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301829; }

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

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

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

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

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

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

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

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