Html Css Color HEX #3C2C38 Melanzane

📋 copy color: '#3C2C38'

red 60 ◦ green 44 ◦ blue 56

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

Shades of Melanzane #3C2C38

Tints of Melanzane #3C2C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 35%

R = 37.5%
G = 27.5%
B = 35%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.76

RGB Variations

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

Color information

#3C2C38 (or 0x3C2C38) is known color: Melanzane. HEX triplet: 3C, 2C and 38. RGB value is (60,44,56). Sum of RGB (Red+Green+Blue) = 60+44+56=160 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.5% from 160); Green value is 44 (17.58% from 255 or 27.5% from 160); Blue value is 56 (22.27% from 255 or 35% from 160); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2C38 is #C3D3C7. Grayscale: #323232. Windows color (decimal): -12833736 or 3681340. OLE color: 3681340.

HSL color Cylindrical-coordinate representation of color #3C2C38: hue angle of 315º 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 #3C2C38 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 44 56 -
CMYK 0 0.27 0.07 0.76
HSL 315º 0.15% 0.2% -
HSV(B) 315º 0.27% 0.24% -
XYZ 3.48 3.05 4.15 -
YUV 50.15 131.3 135.02 -
System Red Green Blue C M Y K H S L
Decimal 60 44 56 0 0.27 0.07 0.76 315 0.15 0.2
Hex 3C 2C 38 0 1B 7 4C 13B F 14
Octal 74 54 70 0 33 7 114 473 17 24
Binary 111100 101100 111000 0 11011 111 1001100 100111011 1111 10100

Color Harmonies of #3C2C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2C38

Black with #3C2C38

Text Example


Text Example

White with #3C2C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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