#301B28

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

Shades of Melanzane #301B28

Tints of Melanzane #301B28

Color information

#301B28 (or 0x301B28) is unknown color: approx Melanzane. HEX triplet: 30, 1B and 28. RGB value is (48,27,40). Sum of RGB (Red+Green+Blue) = 48+27+40=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 27 (10.94% from 255 or 23.48% from 115); Blue value is 40 (16.02% from 255 or 34.78% from 115); Max value from RGB is 48 - color contains mainly: red. Hex color #301B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301B28 is #CFE4D7. Grayscale: #222222. Windows color (decimal): -13624536 or 2628400. OLE color: 2628400.

HSL color Cylindrical-coordinate representation of color #301B28: hue angle of 322.86º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #301B28 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.81.

Color convert

RGB482740-
CMYK00.440.170.81
HSL322.86º28%14.71%-
HSV(B)322.86º43.75%18.82%-
XYZ1.991.572.2-
YUV34.76130.96137.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.74%
GREEN value IS 27 (10.94% from 255) = 23.48%
BLUE value IS 40 (16.02% from 255) = 34.78%
R=41.74%
G=23.48%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48274000.440.170.81322.862814.71
Hex301B2802C11511431cf
Octal603350054211215033417
Binary110000110111010000101100100011010001101000011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301B28; }

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

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

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

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

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

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

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

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