Html Css Color HEX #332033 Mardi Gras

📋 copy color: '#332033'

red 51 ◦ green 32 ◦ blue 51

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

Shades of Mardi Gras #332033

Tints of Mardi Gras #332033

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.88%

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

R = 38.06%
G = 23.88%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#332033 (or 0x332033) is known color: Mardi Gras. HEX triplet: 33, 20 and 33. RGB value is (51,32,51). Sum of RGB (Red+Green+Blue) = 51+32+51=134 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.06% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 51 (20.31% from 255 or 38.06% from 134); Max value from RGB is 51 - color contains mainly: red, blue. Hex color #332033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332033 is #CCDFCC. Grayscale: #272727. Windows color (decimal): -13426637 or 3350579. OLE color: 3350579.

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

Color convert

RGB 51 32 51 -
CMYK 0 0.37 0 0.8
HSL 300º 0.23% 0.16% -
HSV(B) 300º 0.37% 0.2% -
XYZ 2.48 1.98 3.38 -
YUV 39.85 134.29 135.96 -
System Red Green Blue C M Y K H S L
Decimal 51 32 51 0 0.37 0 0.8 300 0.23 0.16
Hex 33 20 33 0 25 0 50 12C 17 10
Octal 63 40 63 0 45 0 120 454 27 20
Binary 110011 100000 110011 0 100101 0 1010000 100101100 10111 10000

Color Harmonies of #332033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332033

Black with #332033

Text Example


Text Example

White with #332033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332033; }

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

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

background-color css

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

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

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

border-color css

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

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

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