Html Css Color HEX #3C2838 Melanzane

📋 copy color: '#3C2838'

red 60 ◦ green 40 ◦ blue 56

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

Shades of Melanzane #3C2838

Tints of Melanzane #3C2838

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.64%

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

R = 38.46%
G = 25.64%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.76

RGB Variations

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

Color information

#3C2838 (or 0x3C2838) is known color: Melanzane. HEX triplet: 3C, 28 and 38. RGB value is (60,40,56). Sum of RGB (Red+Green+Blue) = 60+40+56=156 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.46% from 156); Green value is 40 (16.02% from 255 or 25.64% from 156); Blue value is 56 (22.27% from 255 or 35.90% from 156); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2838 is #C3D7C7. Grayscale: #2F2F2F. Windows color (decimal): -12834760 or 3680316. OLE color: 3680316.

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

Color convert

RGB 60 40 56 -
CMYK 0 0.33 0.07 0.76
HSL 312º 0.2% 0.2% -
HSV(B) 312º 0.33% 0.24% -
XYZ 3.34 2.76 4.1 -
YUV 47.8 132.63 136.7 -
System Red Green Blue C M Y K H S L
Decimal 60 40 56 0 0.33 0.07 0.76 312 0.2 0.2
Hex 3C 28 38 0 21 7 4C 138 14 14
Octal 74 50 70 0 41 7 114 470 24 24
Binary 111100 101000 111000 0 100001 111 1001100 100111000 10100 10100

Color Harmonies of #3C2838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2838

Black with #3C2838

Text Example


Text Example

White with #3C2838

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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