Html Css Color HEX #3B1F33 Melanzane

📋 copy color: '#3B1F33'

red 59 ◦ green 31 ◦ blue 51

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

Shades of Melanzane #3B1F33

Tints of Melanzane #3B1F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 36.17%

R = 41.84%
G = 21.99%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.77

RGB Variations

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

Color information

#3B1F33 (or 0x3B1F33) is known color: Melanzane. HEX triplet: 3B, 1F and 33. RGB value is (59,31,51). Sum of RGB (Red+Green+Blue) = 59+31+51=141 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.84% from 141); Green value is 31 (12.5% from 255 or 21.99% from 141); Blue value is 51 (20.31% from 255 or 36.17% from 141); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1F33 is #C4E0CC. Grayscale: #292929. Windows color (decimal): -12902605 or 3350331. OLE color: 3350331.

HSL color Cylindrical-coordinate representation of color #3B1F33: hue angle of 317.14º 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 #3B1F33 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 31 51 -
CMYK 0 0.47 0.14 0.77
HSL 317.14º 0.31% 0.18% -
HSV(B) 317.14º 0.47% 0.23% -
XYZ 2.89 2.15 3.39 -
YUV 41.65 133.28 140.37 -
System Red Green Blue C M Y K H S L
Decimal 59 31 51 0 0.47 0.14 0.77 317.14 0.31 0.18
Hex 3B 1F 33 0 2F E 4D 13D 1F 12
Octal 73 37 63 0 57 16 115 475 37 22
Binary 111011 11111 110011 0 101111 1110 1001101 100111101 11111 10010

Color Harmonies of #3B1F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1F33

Black with #3B1F33

Text Example


Text Example

White with #3B1F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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