#301B29

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

Shades of Melanzane #301B29

Tints of Melanzane #301B29

Color information

#301B29 (or 0x301B29) is unknown color: approx Melanzane. HEX triplet: 30, 1B and 29. RGB value is (48,27,41). Sum of RGB (Red+Green+Blue) = 48+27+41=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 27 (10.94% from 255 or 23.28% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 48 - color contains mainly: red. Hex color #301B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301B29 is #CFE4D6. Grayscale: #222222. Windows color (decimal): -13624535 or 2693936. OLE color: 2693936.

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

Color convert

RGB482741-
CMYK00.440.150.81
HSL320º28%14.71%-
HSV(B)320º43.75%18.82%-
XYZ2.011.572.3-
YUV34.88131.46137.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.38%
GREEN value IS 27 (10.94% from 255) = 23.28%
BLUE value IS 41 (16.41% from 255) = 35.34%
R=41.38%
G=23.28%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48274100.440.150.813202814.71
Hex301B2902CF511401cf
Octal603351054171215003417
Binary11000011011101001010110011111010001101000000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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