Html Css Color HEX #362332 Melanzane

📋 copy color: '#362332'

red 54 ◦ green 35 ◦ blue 50

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

Shades of Melanzane #362332

Tints of Melanzane #362332

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25.18%

 BLUE value IS 50 (19.92% from 255) = 35.97%

R = 38.85%
G = 25.18%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.79

RGB Variations

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

Color information

#362332 (or 0x362332) is known color: Melanzane. HEX triplet: 36, 23 and 32. RGB value is (54,35,50). Sum of RGB (Red+Green+Blue) = 54+35+50=139 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.85% from 139); Green value is 35 (14.06% from 255 or 25.18% from 139); Blue value is 50 (19.92% from 255 or 35.97% from 139); Max value from RGB is 54 - color contains mainly: red. Hex color #362332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362332 is #C9DCCD. Grayscale: #2A2A2A. Windows color (decimal): -13229262 or 3285814. OLE color: 3285814.

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

Color convert

RGB 54 35 50 -
CMYK 0 0.35 0.07 0.79
HSL 312.63º 0.21% 0.17% -
HSV(B) 312.63º 0.35% 0.21% -
XYZ 2.7 2.22 3.3 -
YUV 42.39 132.29 136.28 -
System Red Green Blue C M Y K H S L
Decimal 54 35 50 0 0.35 0.07 0.79 312.63 0.21 0.17
Hex 36 23 32 0 23 7 4F 139 15 11
Octal 66 43 62 0 43 7 117 471 25 21
Binary 110110 100011 110010 0 100011 111 1001111 100111001 10101 10001

Color Harmonies of #362332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362332

Black with #362332

Text Example


Text Example

White with #362332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362332; }

 p { color: rgb(54,35,50); }

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

background-color css

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

 a { background-color: rgb(54,35,50); }

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

border-color css

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

 span { border-color: rgb(54,35,50); }

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