#3D1B34

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

Shades of Melanzane #3D1B34

Tints of Melanzane #3D1B34

Color information

#3D1B34 (or 0x3D1B34) is unknown color: approx Melanzane. HEX triplet: 3D, 1B and 34. RGB value is (61,27,52). Sum of RGB (Red+Green+Blue) = 61+27+52=140 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.57% from 140); Green value is 27 (10.94% from 255 or 19.29% from 140); Blue value is 52 (20.70% from 255 or 37.14% from 140); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1B34 is #C2E4CB. Grayscale: #272727. Windows color (decimal): -12772556 or 3414845. OLE color: 3414845.

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

Color convert

RGB612752-
CMYK00.560.150.76
HSL315.88º38.64%17.25%-
HSV(B)315.88º55.74%23.92%-
XYZ2.942.023.48-
YUV40.02134.76142.97-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 43.57%
GREEN value IS 27 (10.94% from 255) = 19.29%
BLUE value IS 52 (20.70% from 255) = 37.14%
R=43.57%
G=19.29%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61275200.560.150.76315.8838.6417.25
Hex3D1B34038F4C13c2711
Octal753364070171144744721
Binary1111011101111010001110001111100110010011110010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,27,52); }

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

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

 a { background-color: rgb(61,27,52); }

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

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

 span { border-color: rgb(61,27,52); }

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