Html Css Color HEX #3C2534 Melanzane

📋 copy color: '#3C2534'

red 60 ◦ green 37 ◦ blue 52

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

Shades of Melanzane #3C2534

Tints of Melanzane #3C2534

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.83%

 BLUE value IS 52 (20.7% from 255) = 34.9%

R = 40.27%
G = 24.83%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.76

RGB Variations

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

Color information

#3C2534 (or 0x3C2534) is known color: Melanzane. HEX triplet: 3C, 25 and 34. RGB value is (60,37,52). Sum of RGB (Red+Green+Blue) = 60+37+52=149 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.27% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 52 (20.70% from 255 or 34.90% from 149); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2534 is #C3DACB. Grayscale: #2D2D2D. Windows color (decimal): -12835532 or 3417404. OLE color: 3417404.

HSL color Cylindrical-coordinate representation of color #3C2534: hue angle of 320.87º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C2534 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 37 52 -
CMYK 0 0.38 0.13 0.76
HSL 320.87º 0.24% 0.19% -
HSV(B) 320.87º 0.38% 0.24% -
XYZ 3.14 2.53 3.57 -
YUV 45.59 131.62 138.28 -
System Red Green Blue C M Y K H S L
Decimal 60 37 52 0 0.38 0.13 0.76 320.87 0.24 0.19
Hex 3C 25 34 0 26 D 4C 141 18 13
Octal 74 45 64 0 46 15 114 501 30 23
Binary 111100 100101 110100 0 100110 1101 1001100 101000001 11000 10011

Color Harmonies of #3C2534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2534

Black with #3C2534

Text Example


Text Example

White with #3C2534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,37,52); }

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

background-color css

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

 a { background-color: rgb(60,37,52); }

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

border-color css

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

 span { border-color: rgb(60,37,52); }

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