#301727

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

Shades of Melanzane #301727

Tints of Melanzane #301727

Color information

#301727 (or 0x301727) is unknown color: approx Melanzane. HEX triplet: 30, 17 and 27. RGB value is (48,23,39). Sum of RGB (Red+Green+Blue) = 48+23+39=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 23 (9.38% from 255 or 20.91% from 110); Blue value is 39 (15.62% from 255 or 35.45% from 110); Max value from RGB is 48 - color contains mainly: red. Hex color #301727 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301727 is #CFE8D8. Grayscale: #202020. Windows color (decimal): -13625561 or 2561840. OLE color: 2561840.

HSL color Cylindrical-coordinate representation of color #301727: hue angle of 321.6º 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 #301727 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.81.

Color convert

RGB482339-
CMYK00.520.190.81
HSL321.6º35.21%13.92%-
HSV(B)321.6º52.08%18.82%-
XYZ1.891.392.09-
YUV32.3131.78139.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.64%
GREEN value IS 23 (9.38% from 255) = 20.91%
BLUE value IS 39 (15.62% from 255) = 35.45%
R=43.64%
G=20.91%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48233900.520.190.81321.635.2113.92
Hex301727034135114223e
Octal602747064231215024316
Binary1100001011110011101101001001110100011010000101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301727; }

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

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

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

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

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

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

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

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