Html Css Color HEX #3B2E36 Melanzane

📋 copy color: '#3B2E36'

red 59 ◦ green 46 ◦ blue 54

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

Shades of Melanzane #3B2E36

Tints of Melanzane #3B2E36

RGB

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

 GREEN value IS 46 (18.36% from 255) = 28.93%

 BLUE value IS 54 (21.48% from 255) = 33.96%

R = 37.11%
G = 28.93%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.77

RGB Variations

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

Color information

#3B2E36 (or 0x3B2E36) is known color: Melanzane. HEX triplet: 3B, 2E and 36. RGB value is (59,46,54). Sum of RGB (Red+Green+Blue) = 59+46+54=159 (21% of max value = 765). Red value is 59 (23.44% from 255 or 37.11% from 159); Green value is 46 (18.36% from 255 or 28.93% from 159); Blue value is 54 (21.48% from 255 or 33.96% from 159); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2E36 is #C4D1C9. Grayscale: #323232. Windows color (decimal): -12898762 or 3550779. OLE color: 3550779.

HSL color Cylindrical-coordinate representation of color #3B2E36: hue angle of 323.08º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3B2E36 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 46 54 -
CMYK 0 0.22 0.08 0.77
HSL 323.08º 0.12% 0.21% -
HSV(B) 323.08º 0.22% 0.23% -
XYZ 3.45 3.15 3.92 -
YUV 50.8 129.81 133.85 -
System Red Green Blue C M Y K H S L
Decimal 59 46 54 0 0.22 0.08 0.77 323.08 0.12 0.21
Hex 3B 2E 36 0 16 8 4D 143 C 15
Octal 73 56 66 0 26 10 115 503 14 25
Binary 111011 101110 110110 0 10110 1000 1001101 101000011 1100 10101

Color Harmonies of #3B2E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2E36

Black with #3B2E36

Text Example


Text Example

White with #3B2E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,46,54); }

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

background-color css

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

 a { background-color: rgb(59,46,54); }

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

border-color css

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

 span { border-color: rgb(59,46,54); }

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