Html Css Color HEX #361F31 Melanzane

📋 copy color: '#361F31'

red 54 ◦ green 31 ◦ blue 49

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

Shades of Melanzane #361F31

Tints of Melanzane #361F31

RGB

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

 GREEN value IS 31 (12.5% from 255) = 23.13%

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

R = 40.3%
G = 23.13%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.79

RGB Variations

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

Color information

#361F31 (or 0x361F31) is known color: Melanzane. HEX triplet: 36, 1F and 31. RGB value is (54,31,49). Sum of RGB (Red+Green+Blue) = 54+31+49=134 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.30% from 134); Green value is 31 (12.5% from 255 or 23.13% from 134); Blue value is 49 (19.53% from 255 or 36.57% from 134); Max value from RGB is 54 - color contains mainly: red. Hex color #361F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361F31 is #C9E0CE. Grayscale: #272727. Windows color (decimal): -13230287 or 3219254. OLE color: 3219254.

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

Color convert

RGB 54 31 49 -
CMYK 0 0.43 0.09 0.79
HSL 313.04º 0.27% 0.17% -
HSV(B) 313.04º 0.43% 0.21% -
XYZ 2.57 1.99 3.15 -
YUV 39.93 133.12 138.04 -
System Red Green Blue C M Y K H S L
Decimal 54 31 49 0 0.43 0.09 0.79 313.04 0.27 0.17
Hex 36 1F 31 0 2B 9 4F 139 1B 11
Octal 66 37 61 0 53 11 117 471 33 21
Binary 110110 11111 110001 0 101011 1001 1001111 100111001 11011 10001

Color Harmonies of #361F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361F31

Black with #361F31

Text Example


Text Example

White with #361F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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