#351B2F

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

Shades of Melanzane #351B2F

Tints of Melanzane #351B2F

Color information

#351B2F (or 0x351B2F) is unknown color: approx Melanzane. HEX triplet: 35, 1B and 2F. RGB value is (53,27,47). Sum of RGB (Red+Green+Blue) = 53+27+47=127 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.73% from 127); Green value is 27 (10.94% from 255 or 21.26% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 53 - color contains mainly: red. Hex color #351B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351B2F is #CAE4D0. Grayscale: #252525. Windows color (decimal): -13296849 or 3087157. OLE color: 3087157.

HSL color Cylindrical-coordinate representation of color #351B2F: hue angle of 313.85º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #351B2F is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB532747-
CMYK00.490.110.79
HSL313.85º32.5%15.69%-
HSV(B)313.85º49.06%20.78%-
XYZ2.371.752.9-
YUV37.05133.61139.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 41.73%
GREEN value IS 27 (10.94% from 255) = 21.26%
BLUE value IS 47 (18.75% from 255) = 37.01%
R=41.73%
G=21.26%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53274700.490.110.79313.8532.515.69
Hex351B2F031B4F13a2010
Octal653357061131174724020
Binary1101011101110111101100011011100111110011101010000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351B2F; }

 p { color: rgb(53,27,47); }

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

<style>
 a { background-color: #351B2F; }

 a { background-color: rgb(53,27,47); }

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

<style>
 span { border-color: #351B2F; }

 span { border-color: rgb(53,27,47); }

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