Html Css Color HEX #3C2C37 Melanzane

📋 copy color: '#3C2C37'

red 60 ◦ green 44 ◦ blue 55

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

Shades of Melanzane #3C2C37

Tints of Melanzane #3C2C37

RGB

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

 GREEN value IS 44 (17.58% from 255) = 27.67%

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

R = 37.74%
G = 27.67%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.76

RGB Variations

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

Color information

#3C2C37 (or 0x3C2C37) is known color: Melanzane. HEX triplet: 3C, 2C and 37. RGB value is (60,44,55). Sum of RGB (Red+Green+Blue) = 60+44+55=159 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.74% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 55 (21.88% from 255 or 34.59% from 159); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2C37 is #C3D3C8. Grayscale: #323232. Windows color (decimal): -12833737 or 3615804. OLE color: 3615804.

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

Color convert

RGB 60 44 55 -
CMYK 0 0.27 0.08 0.76
HSL 318.75º 0.15% 0.2% -
HSV(B) 318.75º 0.27% 0.24% -
XYZ 3.45 3.04 4.02 -
YUV 50.04 130.8 135.11 -
System Red Green Blue C M Y K H S L
Decimal 60 44 55 0 0.27 0.08 0.76 318.75 0.15 0.2
Hex 3C 2C 37 0 1B 8 4C 13F F 14
Octal 74 54 67 0 33 10 114 477 17 24
Binary 111100 101100 110111 0 11011 1000 1001100 100111111 1111 10100

Color Harmonies of #3C2C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2C37

Black with #3C2C37

Text Example


Text Example

White with #3C2C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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