Html Css Color HEX #3C2137 Melanzane

📋 copy color: '#3C2137'

red 60 ◦ green 33 ◦ blue 55

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

Shades of Melanzane #3C2137

Tints of Melanzane #3C2137

RGB

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

 GREEN value IS 33 (13.28% from 255) = 22.3%

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

R = 40.54%
G = 22.3%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.76

RGB Variations

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

Color information

#3C2137 (or 0x3C2137) is known color: Melanzane. HEX triplet: 3C, 21 and 37. RGB value is (60,33,55). Sum of RGB (Red+Green+Blue) = 60+33+55=148 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.54% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 55 (21.88% from 255 or 37.16% from 148); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2137 is #C3DEC8. Grayscale: #2B2B2B. Windows color (decimal): -12836553 or 3612988. OLE color: 3612988.

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

Color convert

RGB 60 33 55 -
CMYK 0 0.45 0.08 0.76
HSL 311.11º 0.29% 0.18% -
HSV(B) 311.11º 0.45% 0.24% -
XYZ 3.1 2.32 3.9 -
YUV 43.58 134.45 139.71 -
System Red Green Blue C M Y K H S L
Decimal 60 33 55 0 0.45 0.08 0.76 311.11 0.29 0.18
Hex 3C 21 37 0 2D 8 4C 137 1D 12
Octal 74 41 67 0 55 10 114 467 35 22
Binary 111100 100001 110111 0 101101 1000 1001100 100110111 11101 10010

Color Harmonies of #3C2137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2137

Black with #3C2137

Text Example


Text Example

White with #3C2137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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