Html Css Color HEX #361B2E Melanzane

📋 copy color: '#361B2E'

red 54 ◦ green 27 ◦ blue 46

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

Shades of Melanzane #361B2E

Tints of Melanzane #361B2E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 21.26%

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

R = 42.52%
G = 21.26%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.15

 K value IS 0.79

RGB Variations

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

Color information

#361B2E (or 0x361B2E) is known color: Melanzane. HEX triplet: 36, 1B and 2E. RGB value is (54,27,46). Sum of RGB (Red+Green+Blue) = 54+27+46=127 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.52% from 127); Green value is 27 (10.94% from 255 or 21.26% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 54 - color contains mainly: red. Hex color #361B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361B2E is #C9E4D1. Grayscale: #252525. Windows color (decimal): -13231314 or 3021622. OLE color: 3021622.

HSL color Cylindrical-coordinate representation of color #361B2E: hue angle of 317.78º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #361B2E is Cyan = 0, Magento = 0.5, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 27 46 -
CMYK 0 0.5 0.15 0.79
HSL 317.78º 0.33% 0.16% -
HSV(B) 317.78º 0.5% 0.21% -
XYZ 2.41 1.77 2.8 -
YUV 37.24 132.95 139.96 -
System Red Green Blue C M Y K H S L
Decimal 54 27 46 0 0.5 0.15 0.79 317.78 0.33 0.16
Hex 36 1B 2E 0 32 F 4F 13E 21 10
Octal 66 33 56 0 62 17 117 476 41 20
Binary 110110 11011 101110 0 110010 1111 1001111 100111110 100001 10000

Color Harmonies of #361B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361B2E

Black with #361B2E

Text Example


Text Example

White with #361B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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