Html Css Color HEX #332232 Mardi Gras

📋 copy color: '#332232'

red 51 ◦ green 34 ◦ blue 50

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

Shades of Mardi Gras #332232

Tints of Mardi Gras #332232

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25.19%

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

R = 37.78%
G = 25.19%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.8

RGB Variations

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

Color information

#332232 (or 0x332232) is known color: Mardi Gras. HEX triplet: 33, 22 and 32. RGB value is (51,34,50). Sum of RGB (Red+Green+Blue) = 51+34+50=135 (17% of max value = 765). Red value is 51 (20.31% from 255 or 37.78% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 51 - color contains mainly: red. Hex color #332232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332232 is #CCDDCD. Grayscale: #282828. Windows color (decimal): -13426126 or 3285555. OLE color: 3285555.

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

Color convert

RGB 51 34 50 -
CMYK 0 0.33 0.02 0.8
HSL 303.53º 0.2% 0.17% -
HSV(B) 303.53º 0.33% 0.2% -
XYZ 2.51 2.08 3.29 -
YUV 40.91 133.13 135.2 -
System Red Green Blue C M Y K H S L
Decimal 51 34 50 0 0.33 0.02 0.8 303.53 0.2 0.17
Hex 33 22 32 0 21 2 50 130 14 11
Octal 63 42 62 0 41 2 120 460 24 21
Binary 110011 100010 110010 0 100001 10 1010000 100110000 10100 10001

Color Harmonies of #332232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332232

Black with #332232

Text Example


Text Example

White with #332232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332232; }

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

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

background-color css

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

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

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

border-color css

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

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

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