#301B2A

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

Shades of Melanzane #301B2A

Tints of Melanzane #301B2A

Color information

#301B2A (or 0x301B2A) is unknown color: approx Melanzane. HEX triplet: 30, 1B and 2A. RGB value is (48,27,42). Sum of RGB (Red+Green+Blue) = 48+27+42=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 27 (10.94% from 255 or 23.08% from 117); Blue value is 42 (16.80% from 255 or 35.90% from 117); Max value from RGB is 48 - color contains mainly: red. Hex color #301B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301B2A is #CFE4D5. Grayscale: #222222. Windows color (decimal): -13624534 or 2759472. OLE color: 2759472.

HSL color Cylindrical-coordinate representation of color #301B2A: hue angle of 317.14º 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 #301B2A is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.81.

Color convert

RGB482742-
CMYK00.440.130.81
HSL317.14º28%14.71%-
HSV(B)317.14º43.75%18.82%-
XYZ2.031.582.39-
YUV34.99131.96137.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.03%
GREEN value IS 27 (10.94% from 255) = 23.08%
BLUE value IS 42 (16.80% from 255) = 35.90%
R=41.03%
G=23.08%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48274200.440.130.81317.142814.71
Hex301B2A02CD5113d1cf
Octal603352054151214753417
Binary11000011011101010010110011011010001100111101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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