#3C1F36

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

Shades of Melanzane #3C1F36

Tints of Melanzane #3C1F36

Color information

#3C1F36 (or 0x3C1F36) is unknown color: approx Melanzane. HEX triplet: 3C, 1F and 36. RGB value is (60,31,54). Sum of RGB (Red+Green+Blue) = 60+31+54=145 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.38% from 145); Green value is 31 (12.5% from 255 or 21.38% from 145); Blue value is 54 (21.48% from 255 or 37.24% from 145); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C1F36 is #C3E0C9. Grayscale: #2A2A2A. Windows color (decimal): -12837066 or 3546940. OLE color: 3546940.

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

Color convert

RGB603154-
CMYK00.480.100.76
HSL312.41º31.87%17.84%-
HSV(B)312.41º48.33%23.53%-
XYZ3.022.213.76-
YUV42.29134.61140.63-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 41.38%
GREEN value IS 31 (12.5% from 255) = 21.38%
BLUE value IS 54 (21.48% from 255) = 37.24%
R=41.38%
G=21.38%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60315400.480.100.76312.4131.8717.84
Hex3C1F36030A4C1382012
Octal743766060121144704022
Binary1111001111111011001100001010100110010011100010000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,31,54); }

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

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

 a { background-color: rgb(60,31,54); }

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

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

 span { border-color: rgb(60,31,54); }

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