Html Css Color HEX #3B2935 Melanzane

📋 copy color: '#3B2935'

red 59 ◦ green 41 ◦ blue 53

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

Shades of Melanzane #3B2935

Tints of Melanzane #3B2935

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.8%

 BLUE value IS 53 (21.09% from 255) = 34.64%

R = 38.56%
G = 26.8%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.77

RGB Variations

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

Color information

#3B2935 (or 0x3B2935) is known color: Melanzane. HEX triplet: 3B, 29 and 35. RGB value is (59,41,53). Sum of RGB (Red+Green+Blue) = 59+41+53=153 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.56% from 153); Green value is 41 (16.41% from 255 or 26.80% from 153); Blue value is 53 (21.09% from 255 or 34.64% from 153); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2935 is #C4D6CA. Grayscale: #2F2F2F. Windows color (decimal): -12900043 or 3483963. OLE color: 3483963.

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

Color convert

RGB 59 41 53 -
CMYK 0 0.31 0.10 0.77
HSL 320º 0.18% 0.2% -
HSV(B) 320º 0.31% 0.23% -
XYZ 3.24 2.77 3.73 -
YUV 47.75 130.96 136.02 -
System Red Green Blue C M Y K H S L
Decimal 59 41 53 0 0.31 0.10 0.77 320 0.18 0.2
Hex 3B 29 35 0 1F A 4D 140 12 14
Octal 73 51 65 0 37 12 115 500 22 24
Binary 111011 101001 110101 0 11111 1010 1001101 101000000 10010 10100

Color Harmonies of #3B2935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2935

Black with #3B2935

Text Example


Text Example

White with #3B2935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,41,53); }

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

background-color css

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

 a { background-color: rgb(59,41,53); }

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

border-color css

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

 span { border-color: rgb(59,41,53); }

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