Html Css Color HEX #3B1F32 Melanzane

📋 copy color: '#3B1F32'

red 59 ◦ green 31 ◦ blue 50

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

Shades of Melanzane #3B1F32

Tints of Melanzane #3B1F32

RGB

 RED value IS 59 (23.44% from 255) = 42.14%

 GREEN value IS 31 (12.5% from 255) = 22.14%

 BLUE value IS 50 (19.92% from 255) = 35.71%

R = 42.14%
G = 22.14%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.77

RGB Variations

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

Color information

#3B1F32 (or 0x3B1F32) is known color: Melanzane. HEX triplet: 3B, 1F and 32. RGB value is (59,31,50). Sum of RGB (Red+Green+Blue) = 59+31+50=140 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.14% from 140); Green value is 31 (12.5% from 255 or 22.14% from 140); Blue value is 50 (19.92% from 255 or 35.71% from 140); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1F32 is #C4E0CD. Grayscale: #292929. Windows color (decimal): -12902606 or 3284795. OLE color: 3284795.

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

Color convert

RGB 59 31 50 -
CMYK 0 0.47 0.15 0.77
HSL 319.29º 0.31% 0.18% -
HSV(B) 319.29º 0.47% 0.23% -
XYZ 2.87 2.14 3.28 -
YUV 41.54 132.78 140.46 -
System Red Green Blue C M Y K H S L
Decimal 59 31 50 0 0.47 0.15 0.77 319.29 0.31 0.18
Hex 3B 1F 32 0 2F F 4D 13F 1F 12
Octal 73 37 62 0 57 17 115 477 37 22
Binary 111011 11111 110010 0 101111 1111 1001101 100111111 11111 10010

Color Harmonies of #3B1F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1F32

Black with #3B1F32

Text Example


Text Example

White with #3B1F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,31,50); }

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

background-color css

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

 a { background-color: rgb(59,31,50); }

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

border-color css

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

 span { border-color: rgb(59,31,50); }

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