#301627

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

Shades of Melanzane #301627

Tints of Melanzane #301627

Color information

#301627 (or 0x301627) is unknown color: approx Melanzane. HEX triplet: 30, 16 and 27. RGB value is (48,22,39). Sum of RGB (Red+Green+Blue) = 48+22+39=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 22 (8.98% from 255 or 20.18% from 109); Blue value is 39 (15.62% from 255 or 35.78% from 109); Max value from RGB is 48 - color contains mainly: red. Hex color #301627 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301627 is #CFE9D8. Grayscale: #1F1F1F. Windows color (decimal): -13625817 or 2561584. OLE color: 2561584.

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

Color convert

RGB482239-
CMYK00.540.190.81
HSL320.77º37.14%13.73%-
HSV(B)320.77º54.17%18.82%-
XYZ1.871.352.08-
YUV31.71132.11139.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.04%
GREEN value IS 22 (8.98% from 255) = 20.18%
BLUE value IS 39 (15.62% from 255) = 35.78%
R=44.04%
G=20.18%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48223900.540.190.81320.7737.1413.73
Hex301627036135114125e
Octal602647066231215014516
Binary1100001011010011101101101001110100011010000011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301627; }

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

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

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

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

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

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

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

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