Html Css Color HEX #36152D Melanzane

📋 copy color: '#36152D'

red 54 ◦ green 21 ◦ blue 45

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

Shades of Melanzane #36152D

Tints of Melanzane #36152D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 37.5%

R = 45%
G = 17.5%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.17

 K value IS 0.79

RGB Variations

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

Color information

#36152D (or 0x36152D) is known color: Melanzane. HEX triplet: 36, 15 and 2D. RGB value is (54,21,45). Sum of RGB (Red+Green+Blue) = 54+21+45=120 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 45 (17.97% from 255 or 37.5% from 120); Max value from RGB is 54 - color contains mainly: red. Hex color #36152D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36152D is #C9EAD2. Grayscale: #212121. Windows color (decimal): -13232851 or 2954550. OLE color: 2954550.

HSL color Cylindrical-coordinate representation of color #36152D: hue angle of 316.36º 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 #36152D is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 21 45 -
CMYK 0 0.61 0.17 0.79
HSL 316.36º 0.44% 0.15% -
HSV(B) 316.36º 0.61% 0.21% -
XYZ 2.26 1.51 2.65 -
YUV 33.6 134.43 142.55 -
System Red Green Blue C M Y K H S L
Decimal 54 21 45 0 0.61 0.17 0.79 316.36 0.44 0.15
Hex 36 15 2D 0 3D 11 4F 13C 2C F
Octal 66 25 55 0 75 21 117 474 54 17
Binary 110110 10101 101101 0 111101 10001 1001111 100111100 101100 1111

Color Harmonies of #36152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36152D

Black with #36152D

Text Example


Text Example

White with #36152D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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