#301429

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

Shades of Melanzane #301429

Tints of Melanzane #301429

Color information

#301429 (or 0x301429) is unknown color: approx Melanzane. HEX triplet: 30, 14 and 29. RGB value is (48,20,41). Sum of RGB (Red+Green+Blue) = 48+20+41=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 41 (16.41% from 255 or 37.61% from 109); Max value from RGB is 48 - color contains mainly: red. Hex color #301429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301429 is #CFEBD6. Grayscale: #1E1E1E. Windows color (decimal): -13626327 or 2692144. OLE color: 2692144.

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

Color convert

RGB482041-
CMYK00.580.150.81
HSL315º41.18%13.33%-
HSV(B)315º58.33%18.82%-
XYZ1.871.292.25-
YUV30.77133.78140.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.04%
GREEN value IS 20 (8.20% from 255) = 18.35%
BLUE value IS 41 (16.41% from 255) = 37.61%
R=44.04%
G=18.35%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.15
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48204100.580.150.8131541.1813.33
Hex30142903AF5113b29d
Octal602451072171214735115
Binary110000101001010010111010111110100011001110111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301429; }

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

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

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

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

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

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

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

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