Html Css Color HEX #3C2638 Melanzane

📋 copy color: '#3C2638'

red 60 ◦ green 38 ◦ blue 56

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

Shades of Melanzane #3C2638

Tints of Melanzane #3C2638

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.68%

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

R = 38.96%
G = 24.68%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.76

RGB Variations

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

Color information

#3C2638 (or 0x3C2638) is known color: Melanzane. HEX triplet: 3C, 26 and 38. RGB value is (60,38,56). Sum of RGB (Red+Green+Blue) = 60+38+56=154 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.96% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 56 (22.27% from 255 or 36.36% from 154); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2638 is #C3D9C7. Grayscale: #2E2E2E. Windows color (decimal): -12835272 or 3679804. OLE color: 3679804.

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

Color convert

RGB 60 38 56 -
CMYK 0 0.37 0.07 0.76
HSL 310.91º 0.22% 0.19% -
HSV(B) 310.91º 0.37% 0.24% -
XYZ 3.27 2.63 4.08 -
YUV 46.63 133.29 137.54 -
System Red Green Blue C M Y K H S L
Decimal 60 38 56 0 0.37 0.07 0.76 310.91 0.22 0.19
Hex 3C 26 38 0 25 7 4C 137 16 13
Octal 74 46 70 0 45 7 114 467 26 23
Binary 111100 100110 111000 0 100101 111 1001100 100110111 10110 10011

Color Harmonies of #3C2638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2638

Black with #3C2638

Text Example


Text Example

White with #3C2638

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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