Html Css Color HEX #363134 Melanzane

📋 copy color: '#363134'

red 54 ◦ green 49 ◦ blue 52

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

Shades of Melanzane #363134

Tints of Melanzane #363134

RGB

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

 GREEN value IS 49 (19.53% from 255) = 31.61%

 BLUE value IS 52 (20.7% from 255) = 33.55%

R = 34.84%
G = 31.61%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.79

RGB Variations

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

Color information

#363134 (or 0x363134) is known color: Melanzane. HEX triplet: 36, 31 and 34. RGB value is (54,49,52). Sum of RGB (Red+Green+Blue) = 54+49+52=155 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.84% from 155); Green value is 49 (19.53% from 255 or 31.61% from 155); Blue value is 52 (20.70% from 255 or 33.55% from 155); Max value from RGB is 54 - color contains mainly: red. Hex color #363134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363134 is #C9CECB. Grayscale: #323232. Windows color (decimal): -13225676 or 3420470. OLE color: 3420470.

HSL color Cylindrical-coordinate representation of color #363134: hue angle of 324º degrees, saturation: 0.05, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #363134 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 49 52 -
CMYK 0 0.09 0.04 0.79
HSL 324º 0.05% 0.2% -
HSV(B) 324º 0.09% 0.21% -
XYZ 3.24 3.23 3.7 -
YUV 50.84 128.66 130.26 -
System Red Green Blue C M Y K H S L
Decimal 54 49 52 0 0.09 0.04 0.79 324 0.05 0.2
Hex 36 31 34 0 9 4 4F 144 5 14
Octal 66 61 64 0 11 4 117 504 5 24
Binary 110110 110001 110100 0 1001 100 1001111 101000100 101 10100

Color Harmonies of #363134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363134

Black with #363134

Text Example


Text Example

White with #363134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363134; }

 p { color: rgb(54,49,52); }

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

background-color css

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

 a { background-color: rgb(54,49,52); }

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

border-color css

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

 span { border-color: rgb(54,49,52); }

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