#3B3038

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

Shades of Melanzane #3B3038

Tints of Melanzane #3B3038

Color information

#3B3038 (or 0x3B3038) is unknown color: approx Melanzane. HEX triplet: 3B, 30 and 38. RGB value is (59,48,56). Sum of RGB (Red+Green+Blue) = 59+48+56=163 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.20% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 56 (22.27% from 255 or 34.36% from 163); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3038 is #C4CFC7. Grayscale: #343434. Windows color (decimal): -12898248 or 3682363. OLE color: 3682363.

HSL color Cylindrical-coordinate representation of color #3B3038: hue angle of 316.36º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3B3038 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.77.

Color convert

RGB594856-
CMYK00.190.050.77
HSL316.36º10.28%20.98%-
HSV(B)316.36º18.64%23.14%-
XYZ3.573.334.2-
YUV52.2130.14132.85-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 36.20%
GREEN value IS 48 (19.14% from 255) = 29.45%
BLUE value IS 56 (22.27% from 255) = 34.36%
R=36.20%
G=29.45%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59485600.190.050.77316.3610.2820.98
Hex3B303801354D13ca15
Octal73607002351154741225
Binary1110111100001110000100111011001101100111100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B3038; }

 p { color: rgb(59,48,56); }

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

<style>
 a { background-color: #3B3038; }

 a { background-color: rgb(59,48,56); }

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

<style>
 span { border-color: #3B3038; }

 span { border-color: rgb(59,48,56); }

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