Html Css Color HEX #3B2634 Melanzane

📋 copy color: '#3B2634'

red 59 ◦ green 38 ◦ blue 52

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

Shades of Melanzane #3B2634

Tints of Melanzane #3B2634

RGB

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

 GREEN value IS 38 (15.23% from 255) = 25.5%

 BLUE value IS 52 (20.7% from 255) = 34.9%

R = 39.6%
G = 25.5%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.77

RGB Variations

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

Color information

#3B2634 (or 0x3B2634) is known color: Melanzane. HEX triplet: 3B, 26 and 34. RGB value is (59,38,52). Sum of RGB (Red+Green+Blue) = 59+38+52=149 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.60% from 149); Green value is 38 (15.23% from 255 or 25.50% from 149); Blue value is 52 (20.70% from 255 or 34.90% from 149); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2634 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2634 is #C4D9CB. Grayscale: #2D2D2D. Windows color (decimal): -12900812 or 3417659. OLE color: 3417659.

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

Color convert

RGB 59 38 52 -
CMYK 0 0.36 0.12 0.77
HSL 320º 0.22% 0.19% -
HSV(B) 320º 0.36% 0.23% -
XYZ 3.12 2.56 3.58 -
YUV 45.88 131.46 137.36 -
System Red Green Blue C M Y K H S L
Decimal 59 38 52 0 0.36 0.12 0.77 320 0.22 0.19
Hex 3B 26 34 0 24 C 4D 140 16 13
Octal 73 46 64 0 44 14 115 500 26 23
Binary 111011 100110 110100 0 100100 1100 1001101 101000000 10110 10011

Color Harmonies of #3B2634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2634

Black with #3B2634

Text Example


Text Example

White with #3B2634

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,38,52); }

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

background-color css

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

 a { background-color: rgb(59,38,52); }

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

border-color css

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

 span { border-color: rgb(59,38,52); }

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