#301F29

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

Shades of Melanzane #301F29

Tints of Melanzane #301F29

Color information

#301F29 (or 0x301F29) is unknown color: approx Melanzane. HEX triplet: 30, 1F and 29. RGB value is (48,31,41). Sum of RGB (Red+Green+Blue) = 48+31+41=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 31 (12.5% from 255 or 25.83% from 120); Blue value is 41 (16.41% from 255 or 34.17% from 120); Max value from RGB is 48 - color contains mainly: red. Hex color #301F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301F29 is #CFE0D6. Grayscale: #252525. Windows color (decimal): -13623511 or 2694960. OLE color: 2694960.

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

Color convert

RGB483141-
CMYK00.350.150.81
HSL324.71º21.52%15.49%-
HSV(B)324.71º35.42%18.82%-
XYZ2.111.772.33-
YUV37.22130.13135.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40%
GREEN value IS 31 (12.5% from 255) = 25.83%
BLUE value IS 41 (16.41% from 255) = 34.17%
R=40%
G=25.83%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48314100.350.150.81324.7121.5215.49
Hex301F29023F5114516f
Octal603751043171215052617
Binary11000011111101001010001111111010001101000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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