Html Css Color HEX #3C2037 Melanzane

📋 copy color: '#3C2037'

red 60 ◦ green 32 ◦ blue 55

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

Shades of Melanzane #3C2037

Tints of Melanzane #3C2037

RGB

 RED value IS 60 (23.83% from 255) = 40.82%

 GREEN value IS 32 (12.89% from 255) = 21.77%

 BLUE value IS 55 (21.88% from 255) = 37.41%

R = 40.82%
G = 21.77%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.76

RGB Variations

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

Color information

#3C2037 (or 0x3C2037) is known color: Melanzane. HEX triplet: 3C, 20 and 37. RGB value is (60,32,55). Sum of RGB (Red+Green+Blue) = 60+32+55=147 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.82% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 55 (21.88% from 255 or 37.41% from 147); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2037 is #C3DFC8. Grayscale: #2A2A2A. Windows color (decimal): -12836809 or 3612732. OLE color: 3612732.

HSL color Cylindrical-coordinate representation of color #3C2037: hue angle of 310.71º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C2037 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 32 55 -
CMYK 0 0.47 0.08 0.76
HSL 310.71º 0.3% 0.18% -
HSV(B) 310.71º 0.47% 0.24% -
XYZ 3.07 2.27 3.89 -
YUV 42.99 134.78 140.13 -
System Red Green Blue C M Y K H S L
Decimal 60 32 55 0 0.47 0.08 0.76 310.71 0.3 0.18
Hex 3C 20 37 0 2F 8 4C 137 1E 12
Octal 74 40 67 0 57 10 114 467 36 22
Binary 111100 100000 110111 0 101111 1000 1001100 100110111 11110 10010

Color Harmonies of #3C2037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2037

Black with #3C2037

Text Example


Text Example

White with #3C2037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,32,55); }

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

background-color css

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

 a { background-color: rgb(60,32,55); }

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

border-color css

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

 span { border-color: rgb(60,32,55); }

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