#301E2B

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

Shades of Melanzane #301E2B

Tints of Melanzane #301E2B

Color information

#301E2B (or 0x301E2B) is unknown color: approx Melanzane. HEX triplet: 30, 1E and 2B. RGB value is (48,30,43). Sum of RGB (Red+Green+Blue) = 48+30+43=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 30 (12.11% from 255 or 24.79% from 121); Blue value is 43 (17.19% from 255 or 35.54% from 121); Max value from RGB is 48 - color contains mainly: red. Hex color #301E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301E2B is #CFE1D4. Grayscale: #242424. Windows color (decimal): -13623765 or 2825776. OLE color: 2825776.

HSL color Cylindrical-coordinate representation of color #301E2B: hue angle of 316.67º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #301E2B is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB483043-
CMYK00.370.100.81
HSL316.67º23.08%15.29%-
HSV(B)316.67º37.5%18.82%-
XYZ2.121.732.51-
YUV36.86131.46135.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.67%
GREEN value IS 30 (12.11% from 255) = 24.79%
BLUE value IS 43 (17.19% from 255) = 35.54%
R=39.67%
G=24.79%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48304300.370.100.81316.6723.0815.29
Hex301E2B025A5113d17f
Octal603653045121214752717
Binary11000011110101011010010110101010001100111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,30,43); }

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

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

 a { background-color: rgb(48,30,43); }

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

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

 span { border-color: rgb(48,30,43); }

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