Html Css Color HEX #361E2E Melanzane

📋 copy color: '#361E2E'

red 54 ◦ green 30 ◦ blue 46

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

Shades of Melanzane #361E2E

Tints of Melanzane #361E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 35.38%

R = 41.54%
G = 23.08%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.79

RGB Variations

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

Color information

#361E2E (or 0x361E2E) is known color: Melanzane. HEX triplet: 36, 1E and 2E. RGB value is (54,30,46). Sum of RGB (Red+Green+Blue) = 54+30+46=130 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.54% from 130); Green value is 30 (12.11% from 255 or 23.08% from 130); Blue value is 46 (18.36% from 255 or 35.38% from 130); Max value from RGB is 54 - color contains mainly: red. Hex color #361E2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361E2E is #C9E1D1. Grayscale: #262626. Windows color (decimal): -13230546 or 3022390. OLE color: 3022390.

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

Color convert

RGB 54 30 46 -
CMYK 0 0.44 0.15 0.79
HSL 320º 0.29% 0.16% -
HSV(B) 320º 0.44% 0.21% -
XYZ 2.48 1.91 2.82 -
YUV 39 131.95 138.7 -
System Red Green Blue C M Y K H S L
Decimal 54 30 46 0 0.44 0.15 0.79 320 0.29 0.16
Hex 36 1E 2E 0 2C F 4F 140 1D 10
Octal 66 36 56 0 54 17 117 500 35 20
Binary 110110 11110 101110 0 101100 1111 1001111 101000000 11101 10000

Color Harmonies of #361E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361E2E

Black with #361E2E

Text Example


Text Example

White with #361E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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