#3A1532

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

Shades of Melanzane #3A1532

Tints of Melanzane #3A1532

Color information

#3A1532 (or 0x3A1532) is unknown color: approx Melanzane. HEX triplet: 3A, 15 and 32. RGB value is (58,21,50). Sum of RGB (Red+Green+Blue) = 58+21+50=129 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.96% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 50 (19.92% from 255 or 38.76% from 129); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1532 is #C5EACD. Grayscale: #232323. Windows color (decimal): -12970702 or 3282234. OLE color: 3282234.

HSL color Cylindrical-coordinate representation of color #3A1532: hue angle of 312.97º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A1532 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.77.

Color convert

RGB582150-
CMYK00.640.140.77
HSL312.97º46.84%15.49%-
HSV(B)312.97º63.79%22.75%-
XYZ2.591.673.2-
YUV35.37136.26144.14-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 44.96%
GREEN value IS 21 (8.59% from 255) = 16.28%
BLUE value IS 50 (19.92% from 255) = 38.76%
R=44.96%
G=16.28%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.14
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58215000.640.140.77312.9746.8415.49
Hex3A1532040E4D1392ff
Octal7225620100161154715717
Binary1110101010111001001000000111010011011001110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,21,50); }

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

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

 a { background-color: rgb(58,21,50); }

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

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

 span { border-color: rgb(58,21,50); }

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