#301E29

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

Shades of Melanzane #301E29

Tints of Melanzane #301E29

Color information

#301E29 (or 0x301E29) is unknown color: approx Melanzane. HEX triplet: 30, 1E and 29. RGB value is (48,30,41). Sum of RGB (Red+Green+Blue) = 48+30+41=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 30 (12.11% from 255 or 25.21% from 119); Blue value is 41 (16.41% from 255 or 34.45% from 119); Max value from RGB is 48 - color contains mainly: red. Hex color #301E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301E29 is #CFE1D6. Grayscale: #242424. Windows color (decimal): -13623767 or 2694704. OLE color: 2694704.

HSL color Cylindrical-coordinate representation of color #301E29: hue angle of 323.33º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #301E29 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.81.

Color convert

RGB483041-
CMYK00.370.150.81
HSL323.33º23.08%15.29%-
HSV(B)323.33º37.5%18.82%-
XYZ2.081.722.32-
YUV36.64130.46136.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40.34%
GREEN value IS 30 (12.11% from 255) = 25.21%
BLUE value IS 41 (16.41% from 255) = 34.45%
R=40.34%
G=25.21%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48304100.370.150.81323.3323.0815.29
Hex301E29025F5114317f
Octal603651045171215032717
Binary11000011110101001010010111111010001101000011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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