Html Css Color HEX #3B1F35 Melanzane

📋 copy color: '#3B1F35'

red 59 ◦ green 31 ◦ blue 53

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

Shades of Melanzane #3B1F35

Tints of Melanzane #3B1F35

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.68%

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

R = 41.26%
G = 21.68%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.77

RGB Variations

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

Color information

#3B1F35 (or 0x3B1F35) is known color: Melanzane. HEX triplet: 3B, 1F and 35. RGB value is (59,31,53). Sum of RGB (Red+Green+Blue) = 59+31+53=143 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.26% from 143); Green value is 31 (12.5% from 255 or 21.68% from 143); Blue value is 53 (21.09% from 255 or 37.06% from 143); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1F35 is #C4E0CA. Grayscale: #292929. Windows color (decimal): -12902603 or 3481403. OLE color: 3481403.

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

Color convert

RGB 59 31 53 -
CMYK 0 0.47 0.10 0.77
HSL 312.86º 0.31% 0.18% -
HSV(B) 312.86º 0.47% 0.23% -
XYZ 2.94 2.17 3.63 -
YUV 41.88 134.28 140.21 -
System Red Green Blue C M Y K H S L
Decimal 59 31 53 0 0.47 0.10 0.77 312.86 0.31 0.18
Hex 3B 1F 35 0 2F A 4D 139 1F 12
Octal 73 37 65 0 57 12 115 471 37 22
Binary 111011 11111 110101 0 101111 1010 1001101 100111001 11111 10010

Color Harmonies of #3B1F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1F35

Black with #3B1F35

Text Example


Text Example

White with #3B1F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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