#301227

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

Shades of Melanzane #301227

Tints of Melanzane #301227

Color information

#301227 (or 0x301227) is unknown color: approx Melanzane. HEX triplet: 30, 12 and 27. RGB value is (48,18,39). Sum of RGB (Red+Green+Blue) = 48+18+39=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 39 (15.62% from 255 or 37.14% from 105); Max value from RGB is 48 - color contains mainly: red. Hex color #301227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301227 is #CFEDD8. Grayscale: #1D1D1D. Windows color (decimal): -13626841 or 2560560. OLE color: 2560560.

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

Color convert

RGB481839-
CMYK00.630.190.81
HSL318º45.45%12.94%-
HSV(B)318º62.5%18.82%-
XYZ1.81.212.06-
YUV29.36133.44141.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.71%
GREEN value IS 18 (7.42% from 255) = 17.14%
BLUE value IS 39 (15.62% from 255) = 37.14%
R=45.71%
G=17.14%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48183900.630.190.8131845.4512.94
Hex30122703F135113e2dd
Octal602247077231214765515
Binary1100001001010011101111111001110100011001111101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301227; }

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

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

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

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

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

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

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

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