#301B2B

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

Shades of Melanzane #301B2B

Tints of Melanzane #301B2B

Color information

#301B2B (or 0x301B2B) is unknown color: approx Melanzane. HEX triplet: 30, 1B and 2B. RGB value is (48,27,43). Sum of RGB (Red+Green+Blue) = 48+27+43=118 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.68% from 118); Green value is 27 (10.94% from 255 or 22.88% from 118); Blue value is 43 (17.19% from 255 or 36.44% from 118); Max value from RGB is 48 - color contains mainly: red. Hex color #301B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301B2B is #CFE4D4. Grayscale: #232323. Windows color (decimal): -13624533 or 2825008. OLE color: 2825008.

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

Color convert

RGB482743-
CMYK00.440.100.81
HSL314.29º28%14.71%-
HSV(B)314.29º43.75%18.82%-
XYZ2.051.592.48-
YUV35.1132.46137.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40.68%
GREEN value IS 27 (10.94% from 255) = 22.88%
BLUE value IS 43 (17.19% from 255) = 36.44%
R=40.68%
G=22.88%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48274300.440.100.81314.292814.71
Hex301B2B02CA5113a1cf
Octal603353054121214723417
Binary11000011011101011010110010101010001100111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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