Html Css Color HEX #361C2F Melanzane

📋 copy color: '#361C2F'

red 54 ◦ green 28 ◦ blue 47

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

Shades of Melanzane #361C2F

Tints of Melanzane #361C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 36.43%

R = 41.86%
G = 21.71%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.79

RGB Variations

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

Color information

#361C2F (or 0x361C2F) is known color: Melanzane. HEX triplet: 36, 1C and 2F. RGB value is (54,28,47). Sum of RGB (Red+Green+Blue) = 54+28+47=129 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.86% from 129); Green value is 28 (11.33% from 255 or 21.71% from 129); Blue value is 47 (18.75% from 255 or 36.43% from 129); Max value from RGB is 54 - color contains mainly: red. Hex color #361C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361C2F is #C9E3D0. Grayscale: #252525. Windows color (decimal): -13231057 or 3087414. OLE color: 3087414.

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

Color convert

RGB 54 28 47 -
CMYK 0 0.48 0.13 0.79
HSL 316.15º 0.32% 0.16% -
HSV(B) 316.15º 0.48% 0.21% -
XYZ 2.45 1.82 2.91 -
YUV 37.94 133.11 139.46 -
System Red Green Blue C M Y K H S L
Decimal 54 28 47 0 0.48 0.13 0.79 316.15 0.32 0.16
Hex 36 1C 2F 0 30 D 4F 13C 20 10
Octal 66 34 57 0 60 15 117 474 40 20
Binary 110110 11100 101111 0 110000 1101 1001111 100111100 100000 10000

Color Harmonies of #361C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361C2F

Black with #361C2F

Text Example


Text Example

White with #361C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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