Html Css Color HEX #332D32 Melanzane

📋 copy color: '#332D32'

red 51 ◦ green 45 ◦ blue 50

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

Shades of Melanzane #332D32

Tints of Melanzane #332D32

RGB

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

 GREEN value IS 45 (17.97% from 255) = 30.82%

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

R = 34.93%
G = 30.82%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.8

RGB Variations

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

Color information

#332D32 (or 0x332D32) is known color: Melanzane. HEX triplet: 33, 2D and 32. RGB value is (51,45,50). Sum of RGB (Red+Green+Blue) = 51+45+50=146 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.93% from 146); Green value is 45 (17.97% from 255 or 30.82% from 146); Blue value is 50 (19.92% from 255 or 34.25% from 146); Max value from RGB is 51 - color contains mainly: red. Hex color #332D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332D32 is #CCD2CD. Grayscale: #2F2F2F. Windows color (decimal): -13423310 or 3288371. OLE color: 3288371.

HSL color Cylindrical-coordinate representation of color #332D32: hue angle of 310º degrees, saturation: 0.06, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #332D32 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 45 50 -
CMYK 0 0.12 0.02 0.8
HSL 310º 0.06% 0.19% -
HSV(B) 310º 0.12% 0.2% -
XYZ 2.88 2.81 3.41 -
YUV 47.36 129.49 130.59 -
System Red Green Blue C M Y K H S L
Decimal 51 45 50 0 0.12 0.02 0.8 310 0.06 0.19
Hex 33 2D 32 0 C 2 50 136 6 13
Octal 63 55 62 0 14 2 120 466 6 23
Binary 110011 101101 110010 0 1100 10 1010000 100110110 110 10011

Color Harmonies of #332D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332D32

Black with #332D32

Text Example


Text Example

White with #332D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332D32; }

 p { color: rgb(51,45,50); }

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

background-color css

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

 a { background-color: rgb(51,45,50); }

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

border-color css

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

 span { border-color: rgb(51,45,50); }

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