#331C2F

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

Shades of Melanzane #331C2F

Tints of Melanzane #331C2F

Color information

#331C2F (or 0x331C2F) is unknown color: approx Melanzane. HEX triplet: 33, 1C and 2F. RGB value is (51,28,47). Sum of RGB (Red+Green+Blue) = 51+28+47=126 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.48% from 126); Green value is 28 (11.33% from 255 or 22.22% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 51 - color contains mainly: red. Hex color #331C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331C2F is #CCE3D0. Grayscale: #242424. Windows color (decimal): -13427665 or 3087411. OLE color: 3087411.

HSL color Cylindrical-coordinate representation of color #331C2F: hue angle of 310.43º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #331C2F is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.8.

Color convert

RGB512847-
CMYK00.450.080.8
HSL310.43º29.11%15.49%-
HSV(B)310.43º45.1%20%-
XYZ2.291.742.9-
YUV37.04133.62137.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.48%
GREEN value IS 28 (11.33% from 255) = 22.22%
BLUE value IS 47 (18.75% from 255) = 37.30%
R=40.48%
G=22.22%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51284700.450.080.8310.4329.1115.49
Hex331C2F02D8501361df
Octal633457055101204663517
Binary11001111100101111010110110001010000100110110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331C2F; }

 p { color: rgb(51,28,47); }

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

<style>
 a { background-color: #331C2F; }

 a { background-color: rgb(51,28,47); }

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

<style>
 span { border-color: #331C2F; }

 span { border-color: rgb(51,28,47); }

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