Html Css Color HEX #361E31 Melanzane

📋 copy color: '#361E31'

red 54 ◦ green 30 ◦ blue 49

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

Shades of Melanzane #361E31

Tints of Melanzane #361E31

RGB

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

 GREEN value IS 30 (12.11% from 255) = 22.56%

 BLUE value IS 49 (19.53% from 255) = 36.84%

R = 40.6%
G = 22.56%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.79

RGB Variations

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

Color information

#361E31 (or 0x361E31) is known color: Melanzane. HEX triplet: 36, 1E and 31. RGB value is (54,30,49). Sum of RGB (Red+Green+Blue) = 54+30+49=133 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.60% from 133); Green value is 30 (12.11% from 255 or 22.56% from 133); Blue value is 49 (19.53% from 255 or 36.84% from 133); Max value from RGB is 54 - color contains mainly: red. Hex color #361E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361E31 is #C9E1CE. Grayscale: #272727. Windows color (decimal): -13230543 or 3218998. OLE color: 3218998.

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

Color convert

RGB 54 30 49 -
CMYK 0 0.44 0.09 0.79
HSL 312.5º 0.29% 0.16% -
HSV(B) 312.5º 0.44% 0.21% -
XYZ 2.54 1.93 3.15 -
YUV 39.34 133.45 138.46 -
System Red Green Blue C M Y K H S L
Decimal 54 30 49 0 0.44 0.09 0.79 312.5 0.29 0.16
Hex 36 1E 31 0 2C 9 4F 138 1D 10
Octal 66 36 61 0 54 11 117 470 35 20
Binary 110110 11110 110001 0 101100 1001 1001111 100111000 11101 10000

Color Harmonies of #361E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361E31

Black with #361E31

Text Example


Text Example

White with #361E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,30,49); }

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

background-color css

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

 a { background-color: rgb(54,30,49); }

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

border-color css

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

 span { border-color: rgb(54,30,49); }

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