Html Css Color HEX #361D2F Melanzane

📋 copy color: '#361D2F'

red 54 ◦ green 29 ◦ blue 47

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

Shades of Melanzane #361D2F

Tints of Melanzane #361D2F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 22.31%

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

R = 41.54%
G = 22.31%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.79

RGB Variations

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

Color information

#361D2F (or 0x361D2F) is known color: Melanzane. HEX triplet: 36, 1D and 2F. RGB value is (54,29,47). Sum of RGB (Red+Green+Blue) = 54+29+47=130 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.54% from 130); Green value is 29 (11.72% from 255 or 22.31% from 130); Blue value is 47 (18.75% from 255 or 36.15% from 130); Max value from RGB is 54 - color contains mainly: red. Hex color #361D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361D2F is #C9E2D0. Grayscale: #262626. Windows color (decimal): -13230801 or 3087670. OLE color: 3087670.

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

Color convert

RGB 54 29 47 -
CMYK 0 0.46 0.13 0.79
HSL 316.8º 0.3% 0.16% -
HSV(B) 316.8º 0.46% 0.21% -
XYZ 2.47 1.87 2.92 -
YUV 38.53 132.78 139.04 -
System Red Green Blue C M Y K H S L
Decimal 54 29 47 0 0.46 0.13 0.79 316.8 0.3 0.16
Hex 36 1D 2F 0 2E D 4F 13D 1E 10
Octal 66 35 57 0 56 15 117 475 36 20
Binary 110110 11101 101111 0 101110 1101 1001111 100111101 11110 10000

Color Harmonies of #361D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361D2F

Black with #361D2F

Text Example


Text Example

White with #361D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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