#301D2B

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

Shades of Melanzane #301D2B

Tints of Melanzane #301D2B

Color information

#301D2B (or 0x301D2B) is unknown color: approx Melanzane. HEX triplet: 30, 1D and 2B. RGB value is (48,29,43). Sum of RGB (Red+Green+Blue) = 48+29+43=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 29 (11.72% from 255 or 24.17% from 120); Blue value is 43 (17.19% from 255 or 35.83% from 120); Max value from RGB is 48 - color contains mainly: red. Hex color #301D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301D2B is #CFE2D4. Grayscale: #242424. Windows color (decimal): -13624021 or 2825520. OLE color: 2825520.

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

Color convert

RGB482943-
CMYK00.400.100.81
HSL315.79º24.68%15.1%-
HSV(B)315.79º39.58%18.82%-
XYZ2.091.682.5-
YUV36.28131.79136.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40%
GREEN value IS 29 (11.72% from 255) = 24.17%
BLUE value IS 43 (17.19% from 255) = 35.83%
R=40%
G=24.17%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48294300.400.100.81315.7924.6815.1
Hex301D2B028A5113c19f
Octal603553050121214743117
Binary11000011101101011010100010101010001100111100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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