Html Css Color HEX #332531 Melanzane

📋 copy color: '#332531'

red 51 ◦ green 37 ◦ blue 49

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

Shades of Melanzane #332531

Tints of Melanzane #332531

RGB

 RED value IS 51 (20.31% from 255) = 37.23%

 GREEN value IS 37 (14.84% from 255) = 27.01%

 BLUE value IS 49 (19.53% from 255) = 35.77%

R = 37.23%
G = 27.01%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.8

RGB Variations

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

Color information

#332531 (or 0x332531) is known color: Melanzane. HEX triplet: 33, 25 and 31. RGB value is (51,37,49). Sum of RGB (Red+Green+Blue) = 51+37+49=137 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.23% from 137); Green value is 37 (14.84% from 255 or 27.01% from 137); Blue value is 49 (19.53% from 255 or 35.77% from 137); Max value from RGB is 51 - color contains mainly: red. Hex color #332531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332531 is #CCDACE. Grayscale: #2A2A2A. Windows color (decimal): -13425359 or 3220787. OLE color: 3220787.

HSL color Cylindrical-coordinate representation of color #332531: hue angle of 308.57º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #332531 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 37 49 -
CMYK 0 0.27 0.04 0.8
HSL 308.57º 0.16% 0.17% -
HSV(B) 308.57º 0.27% 0.2% -
XYZ 2.58 2.25 3.2 -
YUV 42.55 131.64 134.02 -
System Red Green Blue C M Y K H S L
Decimal 51 37 49 0 0.27 0.04 0.8 308.57 0.16 0.17
Hex 33 25 31 0 1B 4 50 135 10 11
Octal 63 45 61 0 33 4 120 465 20 21
Binary 110011 100101 110001 0 11011 100 1010000 100110101 10000 10001

Color Harmonies of #332531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332531

Black with #332531

Text Example


Text Example

White with #332531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332531; }

 p { color: rgb(51,37,49); }

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

background-color css

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

 a { background-color: rgb(51,37,49); }

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

border-color css

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

 span { border-color: rgb(51,37,49); }

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