#301527

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

Shades of Melanzane #301527

Tints of Melanzane #301527

Color information

#301527 (or 0x301527) is unknown color: approx Melanzane. HEX triplet: 30, 15 and 27. RGB value is (48,21,39). Sum of RGB (Red+Green+Blue) = 48+21+39=108 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.44% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 39 (15.62% from 255 or 36.11% from 108); Max value from RGB is 48 - color contains mainly: red. Hex color #301527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301527 is #CFEAD8. Grayscale: #1F1F1F. Windows color (decimal): -13626073 or 2561328. OLE color: 2561328.

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

Color convert

RGB482139-
CMYK00.560.190.81
HSL320º39.13%13.53%-
HSV(B)320º56.25%18.82%-
XYZ1.851.312.07-
YUV31.12132.45140.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.44%
GREEN value IS 21 (8.59% from 255) = 19.44%
BLUE value IS 39 (15.62% from 255) = 36.11%
R=44.44%
G=19.44%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48213900.560.190.8132039.1313.53
Hex301527038135114027e
Octal602547070231215004716
Binary1100001010110011101110001001110100011010000001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301527; }

 p { color: rgb(48,21,39); }

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

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

 a { background-color: rgb(48,21,39); }

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

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

 span { border-color: rgb(48,21,39); }

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