Html Css Color HEX #332533 Mardi Gras

📋 copy color: '#332533'

red 51 ◦ green 37 ◦ blue 51

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

Shades of Mardi Gras #332533

Tints of Mardi Gras #332533

RGB

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

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

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

R = 36.69%
G = 26.62%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#332533 (or 0x332533) is known color: Mardi Gras. HEX triplet: 33, 25 and 33. RGB value is (51,37,51). Sum of RGB (Red+Green+Blue) = 51+37+51=139 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.69% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 51 (20.31% from 255 or 36.69% from 139); Max value from RGB is 51 - color contains mainly: red, blue. Hex color #332533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332533 is #CCDACC. Grayscale: #2A2A2A. Windows color (decimal): -13425357 or 3351859. OLE color: 3351859.

HSL color Cylindrical-coordinate representation of color #332533: hue angle of 300º 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 #332533 is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 37 51 -
CMYK 0 0.27 0 0.8
HSL 300º 0.16% 0.17% -
HSV(B) 300º 0.27% 0.2% -
XYZ 2.62 2.27 3.43 -
YUV 42.78 132.64 133.86 -
System Red Green Blue C M Y K H S L
Decimal 51 37 51 0 0.27 0 0.8 300 0.16 0.17
Hex 33 25 33 0 1B 0 50 12C 10 11
Octal 63 45 63 0 33 0 120 454 20 21
Binary 110011 100101 110011 0 11011 0 1010000 100101100 10000 10001

Color Harmonies of #332533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332533

Black with #332533

Text Example


Text Example

White with #332533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332533; }

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

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

background-color css

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

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

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

border-color css

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

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

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