#301828

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

Shades of Melanzane #301828

Tints of Melanzane #301828

Color information

#301828 (or 0x301828) is unknown color: approx Melanzane. HEX triplet: 30, 18 and 28. RGB value is (48,24,40). Sum of RGB (Red+Green+Blue) = 48+24+40=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 24 (9.77% from 255 or 21.43% from 112); Blue value is 40 (16.02% from 255 or 35.71% from 112); Max value from RGB is 48 - color contains mainly: red. Hex color #301828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301828 is #CFE7D7. Grayscale: #202020. Windows color (decimal): -13625304 or 2627632. OLE color: 2627632.

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

Color convert

RGB482440-
CMYK00.50.170.81
HSL320º33.33%14.12%-
HSV(B)320º50%18.82%-
XYZ1.931.432.18-
YUV33131.95138.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.86%
GREEN value IS 24 (9.77% from 255) = 21.43%
BLUE value IS 40 (16.02% from 255) = 35.71%
R=42.86%
G=21.43%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.17
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48244000.50.170.8132033.3314.12
Hex301828032115114021e
Octal603050062211215004116
Binary1100001100010100001100101000110100011010000001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301828; }

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

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

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

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

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

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

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

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