Html Css Color HEX #3A2231 Melanzane

📋 copy color: '#3A2231'

red 58 ◦ green 34 ◦ blue 49

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

Shades of Melanzane #3A2231

Tints of Melanzane #3A2231

RGB

 RED value IS 58 (23.05% from 255) = 41.13%

 GREEN value IS 34 (13.67% from 255) = 24.11%

 BLUE value IS 49 (19.53% from 255) = 34.75%

R = 41.13%
G = 24.11%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.77

RGB Variations

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

Color information

#3A2231 (or 0x3A2231) is known color: Melanzane. HEX triplet: 3A, 22 and 31. RGB value is (58,34,49). Sum of RGB (Red+Green+Blue) = 58+34+49=141 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.13% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 49 (19.53% from 255 or 34.75% from 141); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2231 is #C5DDCE. Grayscale: #2A2A2A. Windows color (decimal): -12967375 or 3220026. OLE color: 3220026.

HSL color Cylindrical-coordinate representation of color #3A2231: hue angle of 322.5º degrees, saturation: 0.26, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3A2231 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 34 49 -
CMYK 0 0.41 0.16 0.77
HSL 322.5º 0.26% 0.18% -
HSV(B) 322.5º 0.41% 0.23% -
XYZ 2.87 2.27 3.19 -
YUV 42.89 131.45 138.78 -
System Red Green Blue C M Y K H S L
Decimal 58 34 49 0 0.41 0.16 0.77 322.5 0.26 0.18
Hex 3A 22 31 0 29 10 4D 142 1A 12
Octal 72 42 61 0 51 20 115 502 32 22
Binary 111010 100010 110001 0 101001 10000 1001101 101000010 11010 10010

Color Harmonies of #3A2231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2231

Black with #3A2231

Text Example


Text Example

White with #3A2231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,34,49); }

 H1.HeaderClassName
 {
   color: #3A2231;
 }
 .AnyTagClassName
 {
   color: #3A2231;
 }
</style>

background-color css

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

 a { background-color: rgb(58,34,49); }

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

border-color css

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

 span { border-color: rgb(58,34,49); }

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