Html Css Color HEX #331533 Mardi Gras

📋 copy color: '#331533'

red 51 ◦ green 21 ◦ blue 51

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

Shades of Mardi Gras #331533

Tints of Mardi Gras #331533

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.07%

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

R = 41.46%
G = 17.07%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#331533 (or 0x331533) is known color: Mardi Gras. HEX triplet: 33, 15 and 33. RGB value is (51,21,51). Sum of RGB (Red+Green+Blue) = 51+21+51=123 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.46% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 51 (20.31% from 255 or 41.46% from 123); Max value from RGB is 51 - color contains mainly: red, blue. Hex color #331533 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331533 is #CCEACC. Grayscale: #212121. Windows color (decimal): -13429453 or 3347763. OLE color: 3347763.

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

Color convert

RGB 51 21 51 -
CMYK 0 0.59 0 0.8
HSL 300º 0.42% 0.14% -
HSV(B) 300º 0.59% 0.2% -
XYZ 2.23 1.48 3.3 -
YUV 33.39 137.94 140.56 -
System Red Green Blue C M Y K H S L
Decimal 51 21 51 0 0.59 0 0.8 300 0.42 0.14
Hex 33 15 33 0 3B 0 50 12C 2A E
Octal 63 25 63 0 73 0 120 454 52 16
Binary 110011 10101 110011 0 111011 0 1010000 100101100 101010 1110

Color Harmonies of #331533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331533

Black with #331533

Text Example


Text Example

White with #331533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331533; }

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

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

background-color css

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

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

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

border-color css

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

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

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