#301729

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

Shades of Melanzane #301729

Tints of Melanzane #301729

Color information

#301729 (or 0x301729) is unknown color: approx Melanzane. HEX triplet: 30, 17 and 29. RGB value is (48,23,41). Sum of RGB (Red+Green+Blue) = 48+23+41=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 23 (9.38% from 255 or 20.54% from 112); Blue value is 41 (16.41% from 255 or 36.61% from 112); Max value from RGB is 48 - color contains mainly: red. Hex color #301729 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301729 is #CFE8D6. Grayscale: #202020. Windows color (decimal): -13625559 or 2692912. OLE color: 2692912.

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

Color convert

RGB482341-
CMYK00.520.150.81
HSL316.8º35.21%13.92%-
HSV(B)316.8º52.08%18.82%-
XYZ1.931.42.27-
YUV32.53132.78139.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.86%
GREEN value IS 23 (9.38% from 255) = 20.54%
BLUE value IS 41 (16.41% from 255) = 36.61%
R=42.86%
G=20.54%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48234100.520.150.81316.835.2113.92
Hex301729034F5113d23e
Octal602751064171214754316
Binary110000101111010010110100111110100011001111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301729; }

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

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

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

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

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

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

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

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