#3C2033

Color #3C2033 Melanzane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanzane #3C2033

Tints of Melanzane #3C2033

Color information

#3C2033 (or 0x3C2033) is unknown color: approx Melanzane. HEX triplet: 3C, 20 and 33. RGB value is (60,32,51). Sum of RGB (Red+Green+Blue) = 60+32+51=143 (18% of max value = 765). Red value is 60 (23.83% from 255 or 41.96% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 51 (20.31% from 255 or 35.66% from 143); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2033 is #C3DFCC. Grayscale: #2A2A2A. Windows color (decimal): -12836813 or 3350588. OLE color: 3350588.

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

Color convert

RGB603251-
CMYK00.470.150.76
HSL319.29º30.43%18.04%-
HSV(B)319.29º46.67%23.53%-
XYZ2.982.233.41-
YUV42.54132.78140.46-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 41.96%
GREEN value IS 32 (12.89% from 255) = 22.38%
BLUE value IS 51 (20.31% from 255) = 35.66%
R=41.96%
G=22.38%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60325100.470.150.76319.2930.4318.04
Hex3C203302FF4C13f1e12
Octal744063057171144773622
Binary1111001000001100110101111111110011001001111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,32,51); }

 H1.HeaderClassName
 {
   color: #3C2033;
 }
 .AnyTagClassName
 {
   color: #3C2033;
 }
</style>
background-color css

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

 a { background-color: rgb(60,32,51); }

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

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

 span { border-color: rgb(60,32,51); }

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