#301029

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

Shades of Melanzane #301029

Tints of Melanzane #301029

Color information

#301029 (or 0x301029) is unknown color: approx Melanzane. HEX triplet: 30, 10 and 29. RGB value is (48,16,41). Sum of RGB (Red+Green+Blue) = 48+16+41=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 41 (16.41% from 255 or 39.05% from 105); Max value from RGB is 48 - color contains mainly: red. Hex color #301029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301029 is #CFEFD6. Grayscale: #1C1C1C. Windows color (decimal): -13627351 or 2691120. OLE color: 2691120.

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

Color convert

RGB481641-
CMYK00.670.150.81
HSL313.12º50%12.55%-
HSV(B)313.12º66.67%18.82%-
XYZ1.81.162.23-
YUV28.42135.1141.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.71%
GREEN value IS 16 (6.64% from 255) = 15.24%
BLUE value IS 41 (16.41% from 255) = 39.05%
R=45.71%
G=15.24%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.15
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48164100.670.150.81313.125012.55
Hex301029043F5113932d
Octal6020510103171214716215
Binary1100001000010100101000011111110100011001110011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301029; }

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

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

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

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

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

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

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

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