Html Css Color HEX #36132F Melanzane

📋 copy color: '#36132F'

red 54 ◦ green 19 ◦ blue 47

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

Shades of Melanzane #36132F

Tints of Melanzane #36132F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.83%

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

R = 45%
G = 15.83%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.79

RGB Variations

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

Color information

#36132F (or 0x36132F) is known color: Melanzane. HEX triplet: 36, 13 and 2F. RGB value is (54,19,47). Sum of RGB (Red+Green+Blue) = 54+19+47=120 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 47 (18.75% from 255 or 39.17% from 120); Max value from RGB is 54 - color contains mainly: red. Hex color #36132F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36132F is #C9ECD0. Grayscale: #202020. Windows color (decimal): -13233361 or 3085110. OLE color: 3085110.

HSL color Cylindrical-coordinate representation of color #36132F: hue angle of 312º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36132F is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 19 47 -
CMYK 0 0.65 0.13 0.79
HSL 312º 0.48% 0.14% -
HSV(B) 312º 0.65% 0.21% -
XYZ 2.27 1.46 2.85 -
YUV 32.66 136.1 143.22 -
System Red Green Blue C M Y K H S L
Decimal 54 19 47 0 0.65 0.13 0.79 312 0.48 0.14
Hex 36 13 2F 0 41 D 4F 138 30 E
Octal 66 23 57 0 101 15 117 470 60 16
Binary 110110 10011 101111 0 1000001 1101 1001111 100111000 110000 1110

Color Harmonies of #36132F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36132F

Black with #36132F

Text Example


Text Example

White with #36132F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36132F; }

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

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

background-color css

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

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

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

border-color css

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

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

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