Html Css Color HEX #3B1D35 Melanzane

📋 copy color: '#3B1D35'

red 59 ◦ green 29 ◦ blue 53

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

Shades of Melanzane #3B1D35

Tints of Melanzane #3B1D35

RGB

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

 GREEN value IS 29 (11.72% from 255) = 20.57%

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

R = 41.84%
G = 20.57%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.77

RGB Variations

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

Color information

#3B1D35 (or 0x3B1D35) is known color: Melanzane. HEX triplet: 3B, 1D and 35. RGB value is (59,29,53). Sum of RGB (Red+Green+Blue) = 59+29+53=141 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.84% from 141); Green value is 29 (11.72% from 255 or 20.57% from 141); Blue value is 53 (21.09% from 255 or 37.59% from 141); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1D35 is #C4E2CA. Grayscale: #282828. Windows color (decimal): -12903115 or 3480891. OLE color: 3480891.

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

Color convert

RGB 59 29 53 -
CMYK 0 0.51 0.10 0.77
HSL 312º 0.34% 0.17% -
HSV(B) 312º 0.51% 0.23% -
XYZ 2.89 2.07 3.61 -
YUV 40.71 134.94 141.05 -
System Red Green Blue C M Y K H S L
Decimal 59 29 53 0 0.51 0.10 0.77 312 0.34 0.17
Hex 3B 1D 35 0 33 A 4D 138 22 11
Octal 73 35 65 0 63 12 115 470 42 21
Binary 111011 11101 110101 0 110011 1010 1001101 100111000 100010 10001

Color Harmonies of #3B1D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1D35

Black with #3B1D35

Text Example


Text Example

White with #3B1D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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