#301427

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

Shades of Melanzane #301427

Tints of Melanzane #301427

Color information

#301427 (or 0x301427) is unknown color: approx Melanzane. HEX triplet: 30, 14 and 27. RGB value is (48,20,39). Sum of RGB (Red+Green+Blue) = 48+20+39=107 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.86% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 39 (15.62% from 255 or 36.45% from 107); Max value from RGB is 48 - color contains mainly: red. Hex color #301427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301427 is #CFEBD8. Grayscale: #1E1E1E. Windows color (decimal): -13626329 or 2561072. OLE color: 2561072.

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

Color convert

RGB482039-
CMYK00.580.190.81
HSL319.29º41.18%13.33%-
HSV(B)319.29º58.33%18.82%-
XYZ1.841.282.07-
YUV30.54132.78140.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.86%
GREEN value IS 20 (8.20% from 255) = 18.69%
BLUE value IS 39 (15.62% from 255) = 36.45%
R=44.86%
G=18.69%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48203900.580.190.81319.2941.1813.33
Hex30142703A135113f29d
Octal602447072231214775115
Binary1100001010010011101110101001110100011001111111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301427; }

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

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

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

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

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

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

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

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