Html Css Color HEX #361F2D Melanzane

📋 copy color: '#361F2D'

red 54 ◦ green 31 ◦ blue 45

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

Shades of Melanzane #361F2D

Tints of Melanzane #361F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 34.62%

R = 41.54%
G = 23.85%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.79

RGB Variations

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

Color information

#361F2D (or 0x361F2D) is known color: Melanzane. HEX triplet: 36, 1F and 2D. RGB value is (54,31,45). Sum of RGB (Red+Green+Blue) = 54+31+45=130 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.54% from 130); Green value is 31 (12.5% from 255 or 23.85% from 130); Blue value is 45 (17.97% from 255 or 34.62% from 130); Max value from RGB is 54 - color contains mainly: red. Hex color #361F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361F2D is #C9E0D2. Grayscale: #272727. Windows color (decimal): -13230291 or 2957110. OLE color: 2957110.

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

Color convert

RGB 54 31 45 -
CMYK 0 0.43 0.17 0.79
HSL 323.48º 0.27% 0.17% -
HSV(B) 323.48º 0.43% 0.21% -
XYZ 2.48 1.95 2.73 -
YUV 39.47 131.12 138.36 -
System Red Green Blue C M Y K H S L
Decimal 54 31 45 0 0.43 0.17 0.79 323.48 0.27 0.17
Hex 36 1F 2D 0 2B 11 4F 143 1B 11
Octal 66 37 55 0 53 21 117 503 33 21
Binary 110110 11111 101101 0 101011 10001 1001111 101000011 11011 10001

Color Harmonies of #361F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361F2D

Black with #361F2D

Text Example


Text Example

White with #361F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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