Html Css Color HEX #331333 Mardi Gras

📋 copy color: '#331333'

red 51 ◦ green 19 ◦ blue 51

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

Shades of Mardi Gras #331333

Tints of Mardi Gras #331333

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.7%

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

R = 42.15%
G = 15.7%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#331333 (or 0x331333) is known color: Mardi Gras. HEX triplet: 33, 13 and 33. RGB value is (51,19,51). Sum of RGB (Red+Green+Blue) = 51+19+51=121 (16% of max value = 765). Red value is 51 (20.31% from 255 or 42.15% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 51 (20.31% from 255 or 42.15% from 121); Max value from RGB is 51 - color contains mainly: red, blue. Hex color #331333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331333 is #CCECCC. Grayscale: #202020. Windows color (decimal): -13429965 or 3347251. OLE color: 3347251.

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

Color convert

RGB 51 19 51 -
CMYK 0 0.63 0 0.8
HSL 300º 0.46% 0.14% -
HSV(B) 300º 0.63% 0.2% -
XYZ 2.2 1.41 3.29 -
YUV 32.22 138.6 141.4 -
System Red Green Blue C M Y K H S L
Decimal 51 19 51 0 0.63 0 0.8 300 0.46 0.14
Hex 33 13 33 0 3F 0 50 12C 2E E
Octal 63 23 63 0 77 0 120 454 56 16
Binary 110011 10011 110011 0 111111 0 1010000 100101100 101110 1110

Color Harmonies of #331333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331333

Black with #331333

Text Example


Text Example

White with #331333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331333; }

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

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

background-color css

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

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

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

border-color css

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

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

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