Html Css Color HEX #36202F Melanzane

📋 copy color: '#36202F'

red 54 ◦ green 32 ◦ blue 47

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

Shades of Melanzane #36202F

Tints of Melanzane #36202F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 24.06%

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

R = 40.6%
G = 24.06%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.79

RGB Variations

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

Color information

#36202F (or 0x36202F) is known color: Melanzane. HEX triplet: 36, 20 and 2F. RGB value is (54,32,47). Sum of RGB (Red+Green+Blue) = 54+32+47=133 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.60% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 47 (18.75% from 255 or 35.34% from 133); Max value from RGB is 54 - color contains mainly: red. Hex color #36202F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36202F is #C9DFD0. Grayscale: #282828. Windows color (decimal): -13230033 or 3088438. OLE color: 3088438.

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

Color convert

RGB 54 32 47 -
CMYK 0 0.41 0.13 0.79
HSL 319.09º 0.26% 0.17% -
HSV(B) 319.09º 0.41% 0.21% -
XYZ 2.55 2.02 2.95 -
YUV 40.29 131.79 137.78 -
System Red Green Blue C M Y K H S L
Decimal 54 32 47 0 0.41 0.13 0.79 319.09 0.26 0.17
Hex 36 20 2F 0 29 D 4F 13F 1A 11
Octal 66 40 57 0 51 15 117 477 32 21
Binary 110110 100000 101111 0 101001 1101 1001111 100111111 11010 10001

Color Harmonies of #36202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36202F

Black with #36202F

Text Example


Text Example

White with #36202F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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