Html Css Color HEX #332133 Mardi Gras

📋 copy color: '#332133'

red 51 ◦ green 33 ◦ blue 51

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

Shades of Mardi Gras #332133

Tints of Mardi Gras #332133

RGB

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

 GREEN value IS 33 (13.28% from 255) = 24.44%

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

R = 37.78%
G = 24.44%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#332133 (or 0x332133) is known color: Mardi Gras. HEX triplet: 33, 21 and 33. RGB value is (51,33,51). Sum of RGB (Red+Green+Blue) = 51+33+51=135 (17% of max value = 765). Red value is 51 (20.31% from 255 or 37.78% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 51 (20.31% from 255 or 37.78% from 135); Max value from RGB is 51 - color contains mainly: red, blue. Hex color #332133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332133 is #CCDECC. Grayscale: #282828. Windows color (decimal): -13426381 or 3350835. OLE color: 3350835.

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

Color convert

RGB 51 33 51 -
CMYK 0 0.35 0 0.8
HSL 300º 0.21% 0.16% -
HSV(B) 300º 0.35% 0.2% -
XYZ 2.51 2.03 3.39 -
YUV 40.43 133.96 135.54 -
System Red Green Blue C M Y K H S L
Decimal 51 33 51 0 0.35 0 0.8 300 0.21 0.16
Hex 33 21 33 0 23 0 50 12C 15 10
Octal 63 41 63 0 43 0 120 454 25 20
Binary 110011 100001 110011 0 100011 0 1010000 100101100 10101 10000

Color Harmonies of #332133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332133

Black with #332133

Text Example


Text Example

White with #332133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332133; }

 p { color: rgb(51,33,51); }

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

background-color css

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

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

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

border-color css

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

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

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