Html Css Color HEX #361C2E Melanzane

📋 copy color: '#361C2E'

red 54 ◦ green 28 ◦ blue 46

#361C2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanzane #361C2E

Tints of Melanzane #361C2E

RGB

 RED value IS 54 (21.48% from 255) = 42.19%

 GREEN value IS 28 (11.33% from 255) = 21.88%

 BLUE value IS 46 (18.36% from 255) = 35.94%

R = 42.19%
G = 21.88%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.79

RGB Variations

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

Color information

#361C2E (or 0x361C2E) is known color: Melanzane. HEX triplet: 36, 1C and 2E. RGB value is (54,28,46). Sum of RGB (Red+Green+Blue) = 54+28+46=128 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.19% from 128); Green value is 28 (11.33% from 255 or 21.88% from 128); Blue value is 46 (18.36% from 255 or 35.94% from 128); Max value from RGB is 54 - color contains mainly: red. Hex color #361C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361C2E is #C9E3D1. Grayscale: #252525. Windows color (decimal): -13231058 or 3021878. OLE color: 3021878.

HSL color Cylindrical-coordinate representation of color #361C2E: hue angle of 318.46º 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 #361C2E is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 28 46 -
CMYK 0 0.48 0.15 0.79
HSL 318.46º 0.32% 0.16% -
HSV(B) 318.46º 0.48% 0.21% -
XYZ 2.43 1.81 2.81 -
YUV 37.83 132.61 139.54 -
System Red Green Blue C M Y K H S L
Decimal 54 28 46 0 0.48 0.15 0.79 318.46 0.32 0.16
Hex 36 1C 2E 0 30 F 4F 13E 20 10
Octal 66 34 56 0 60 17 117 476 40 20
Binary 110110 11100 101110 0 110000 1111 1001111 100111110 100000 10000

Color Harmonies of #361C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361C2E

Black with #361C2E

Text Example


Text Example

White with #361C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #361C2E;
 }
 .AnyTagClassName
 {
   color: #361C2E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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