Html Css Color HEX #3A1631 Melanzane

📋 copy color: '#3A1631'

red 58 ◦ green 22 ◦ blue 49

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

Shades of Melanzane #3A1631

Tints of Melanzane #3A1631

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.05%

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

R = 44.96%
G = 17.05%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.77

RGB Variations

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

Color information

#3A1631 (or 0x3A1631) is known color: Melanzane. HEX triplet: 3A, 16 and 31. RGB value is (58,22,49). Sum of RGB (Red+Green+Blue) = 58+22+49=129 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.96% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 49 (19.53% from 255 or 37.98% from 129); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1631 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1631 is #C5E9CE. Grayscale: #232323. Windows color (decimal): -12970447 or 3216954. OLE color: 3216954.

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

Color convert

RGB 58 22 49 -
CMYK 0 0.62 0.16 0.77
HSL 315º 0.45% 0.16% -
HSV(B) 315º 0.62% 0.23% -
XYZ 2.59 1.7 3.1 -
YUV 35.84 135.43 143.8 -
System Red Green Blue C M Y K H S L
Decimal 58 22 49 0 0.62 0.16 0.77 315 0.45 0.16
Hex 3A 16 31 0 3E 10 4D 13B 2D 10
Octal 72 26 61 0 76 20 115 473 55 20
Binary 111010 10110 110001 0 111110 10000 1001101 100111011 101101 10000

Color Harmonies of #3A1631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1631

Black with #3A1631

Text Example


Text Example

White with #3A1631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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