Html Css Color HEX #3A1532 Melanzane

📋 copy color: '#3A1532'

red 58 ◦ green 21 ◦ blue 50

#3A1532
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanzane #3A1532

Tints of Melanzane #3A1532

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 value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.77

RGB Variations

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

Color information

#3A1532 (or 0x3A1532) is known color: 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

RGB 58 21 50 -
CMYK 0 0.64 0.14 0.77
HSL 312.97º 0.47% 0.15% -
HSV(B) 312.97º 0.64% 0.23% -
XYZ 2.59 1.67 3.2 -
YUV 35.37 136.26 144.14 -
System Red Green Blue C M Y K H S L
Decimal 58 21 50 0 0.64 0.14 0.77 312.97 0.47 0.15
Hex 3A 15 32 0 40 E 4D 139 2F F
Octal 72 25 62 0 100 16 115 471 57 17
Binary 111010 10101 110010 0 1000000 1110 1001101 100111001 101111 1111

Color Harmonies of #3A1532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1532

Black with #3A1532

Text Example


Text Example

White with #3A1532

Text Example


Text Example

HTML Codes & Css Web 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>