#3D1C35

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

Shades of Melanzane #3D1C35

Tints of Melanzane #3D1C35

Color information

#3D1C35 (or 0x3D1C35) is unknown color: approx Melanzane. HEX triplet: 3D, 1C and 35. RGB value is (61,28,53). Sum of RGB (Red+Green+Blue) = 61+28+53=142 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.96% from 142); Green value is 28 (11.33% from 255 or 19.72% from 142); Blue value is 53 (21.09% from 255 or 37.32% from 142); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1C35 is #C2E3CA. Grayscale: #282828. Windows color (decimal): -12772299 or 3480637. OLE color: 3480637.

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

Color convert

RGB612853-
CMYK00.540.130.76
HSL314.55º37.08%17.45%-
HSV(B)314.55º54.1%23.92%-
XYZ2.982.083.61-
YUV40.72134.93142.47-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 42.96%
GREEN value IS 28 (11.33% from 255) = 19.72%
BLUE value IS 53 (21.09% from 255) = 37.32%
R=42.96%
G=19.72%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61285300.540.130.76314.5537.0817.45
Hex3D1C35036D4C13b2511
Octal753465066151144734521
Binary1111011110011010101101101101100110010011101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,28,53); }

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

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

 a { background-color: rgb(61,28,53); }

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

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

 span { border-color: rgb(61,28,53); }

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