Html Css Color HEX #3B2434 Melanzane

📋 copy color: '#3B2434'

red 59 ◦ green 36 ◦ blue 52

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

Shades of Melanzane #3B2434

Tints of Melanzane #3B2434

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24.49%

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

R = 40.14%
G = 24.49%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.77

RGB Variations

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

Color information

#3B2434 (or 0x3B2434) is known color: Melanzane. HEX triplet: 3B, 24 and 34. RGB value is (59,36,52). Sum of RGB (Red+Green+Blue) = 59+36+52=147 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.14% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 52 (20.70% from 255 or 35.37% from 147); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2434 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2434 is #C4DBCB. Grayscale: #2C2C2C. Windows color (decimal): -12901324 or 3417147. OLE color: 3417147.

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

Color convert

RGB 59 36 52 -
CMYK 0 0.39 0.12 0.77
HSL 318.26º 0.24% 0.19% -
HSV(B) 318.26º 0.39% 0.23% -
XYZ 3.05 2.44 3.56 -
YUV 44.7 132.12 138.2 -
System Red Green Blue C M Y K H S L
Decimal 59 36 52 0 0.39 0.12 0.77 318.26 0.24 0.19
Hex 3B 24 34 0 27 C 4D 13E 18 13
Octal 73 44 64 0 47 14 115 476 30 23
Binary 111011 100100 110100 0 100111 1100 1001101 100111110 11000 10011

Color Harmonies of #3B2434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2434

Black with #3B2434

Text Example


Text Example

White with #3B2434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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