#361C30

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

Shades of Melanzane #361C30

Tints of Melanzane #361C30

Color information

#361C30 (or 0x361C30) is unknown color: approx Melanzane. HEX triplet: 36, 1C and 30. RGB value is (54,28,48). Sum of RGB (Red+Green+Blue) = 54+28+48=130 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.54% from 130); Green value is 28 (11.33% from 255 or 21.54% from 130); Blue value is 48 (19.14% from 255 or 36.92% from 130); Max value from RGB is 54 - color contains mainly: red. Hex color #361C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361C30 is #C9E3CF. Grayscale: #262626. Windows color (decimal): -13231056 or 3152950. OLE color: 3152950.

HSL color Cylindrical-coordinate representation of color #361C30: 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.48%. Process color model (Four color, CMYK) of #361C30 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB542848-
CMYK00.480.110.79
HSL313.85º31.71%16.08%-
HSV(B)313.85º48.15%21.18%-
XYZ2.471.833.02-
YUV38.05133.61139.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 41.54%
GREEN value IS 28 (11.33% from 255) = 21.54%
BLUE value IS 48 (19.14% from 255) = 36.92%
R=41.54%
G=21.54%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54284800.480.110.79313.8531.7116.08
Hex361C30030B4F13a2010
Octal663460060131174724020
Binary1101101110011000001100001011100111110011101010000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361C30; }

 p { color: rgb(54,28,48); }

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

<style>
 a { background-color: #361C30; }

 a { background-color: rgb(54,28,48); }

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

<style>
 span { border-color: #361C30; }

 span { border-color: rgb(54,28,48); }

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