#301928

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

Shades of Melanzane #301928

Tints of Melanzane #301928

Color information

#301928 (or 0x301928) is unknown color: approx Melanzane. HEX triplet: 30, 19 and 28. RGB value is (48,25,40). Sum of RGB (Red+Green+Blue) = 48+25+40=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 40 (16.02% from 255 or 35.40% from 113); Max value from RGB is 48 - color contains mainly: red. Hex color #301928 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301928 is #CFE6D7. Grayscale: #212121. Windows color (decimal): -13625048 or 2627888. OLE color: 2627888.

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

Color convert

RGB482540-
CMYK00.480.170.81
HSL320.87º31.51%14.31%-
HSV(B)320.87º47.92%18.82%-
XYZ1.951.482.19-
YUV33.59131.62138.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.48%
GREEN value IS 25 (10.16% from 255) = 22.12%
BLUE value IS 40 (16.02% from 255) = 35.40%
R=42.48%
G=22.12%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48254000.480.170.81320.8731.5114.31
Hex301928030115114120e
Octal603150060211215014016
Binary1100001100110100001100001000110100011010000011000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301928; }

 p { color: rgb(48,25,40); }

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

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

 a { background-color: rgb(48,25,40); }

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

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

 span { border-color: rgb(48,25,40); }

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