Html Css Color HEX #361E2F Melanzane

📋 copy color: '#361E2F'

red 54 ◦ green 30 ◦ blue 47

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

Shades of Melanzane #361E2F

Tints of Melanzane #361E2F

RGB

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

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

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

R = 41.22%
G = 22.9%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.79

RGB Variations

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

Color information

#361E2F (or 0x361E2F) is known color: Melanzane. HEX triplet: 36, 1E and 2F. RGB value is (54,30,47). Sum of RGB (Red+Green+Blue) = 54+30+47=131 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.22% from 131); Green value is 30 (12.11% from 255 or 22.90% from 131); Blue value is 47 (18.75% from 255 or 35.88% from 131); Max value from RGB is 54 - color contains mainly: red. Hex color #361E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361E2F is #C9E1D0. Grayscale: #272727. Windows color (decimal): -13230545 or 3087926. OLE color: 3087926.

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

Color convert

RGB 54 30 47 -
CMYK 0 0.44 0.13 0.79
HSL 317.5º 0.29% 0.16% -
HSV(B) 317.5º 0.44% 0.21% -
XYZ 2.5 1.92 2.93 -
YUV 39.11 132.45 138.62 -
System Red Green Blue C M Y K H S L
Decimal 54 30 47 0 0.44 0.13 0.79 317.5 0.29 0.16
Hex 36 1E 2F 0 2C D 4F 13E 1D 10
Octal 66 36 57 0 54 15 117 476 35 20
Binary 110110 11110 101111 0 101100 1101 1001111 100111110 11101 10000

Color Harmonies of #361E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361E2F

Black with #361E2F

Text Example


Text Example

White with #361E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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