Html Css Color HEX #36152E Melanzane

📋 copy color: '#36152E'

red 54 ◦ green 21 ◦ blue 46

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

Shades of Melanzane #36152E

Tints of Melanzane #36152E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.36%

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

R = 44.63%
G = 17.36%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.79

RGB Variations

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

Color information

#36152E (or 0x36152E) is known color: Melanzane. HEX triplet: 36, 15 and 2E. RGB value is (54,21,46). Sum of RGB (Red+Green+Blue) = 54+21+46=121 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.63% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 46 (18.36% from 255 or 38.02% from 121); Max value from RGB is 54 - color contains mainly: red. Hex color #36152E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36152E is #C9EAD1. Grayscale: #212121. Windows color (decimal): -13232850 or 3020086. OLE color: 3020086.

HSL color Cylindrical-coordinate representation of color #36152E: hue angle of 314.55º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36152E is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 21 46 -
CMYK 0 0.61 0.15 0.79
HSL 314.55º 0.44% 0.15% -
HSV(B) 314.55º 0.61% 0.21% -
XYZ 2.28 1.52 2.76 -
YUV 33.72 134.93 142.47 -
System Red Green Blue C M Y K H S L
Decimal 54 21 46 0 0.61 0.15 0.79 314.55 0.44 0.15
Hex 36 15 2E 0 3D F 4F 13B 2C F
Octal 66 25 56 0 75 17 117 473 54 17
Binary 110110 10101 101110 0 111101 1111 1001111 100111011 101100 1111

Color Harmonies of #36152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36152E

Black with #36152E

Text Example


Text Example

White with #36152E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36152E; }

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

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

background-color css

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

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

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

border-color css

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

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

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