Html Css Color HEX #330231 Mardi Gras

📋 copy color: '#330231'

red 51 ◦ green 2 ◦ blue 49

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

Shades of Mardi Gras #330231

Tints of Mardi Gras #330231

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.96%

 BLUE value IS 49 (19.53% from 255) = 48.04%

R = 50%
G = 1.96%
B = 48.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.8

RGB Variations

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

Color information

#330231 (or 0x330231) is known color: Mardi Gras. HEX triplet: 33, 02 and 31. RGB value is (51,2,49). Sum of RGB (Red+Green+Blue) = 51+2+49=102 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 49 (19.53% from 255 or 48.04% from 102); Max value from RGB is 51 - color contains mainly: red. Hex color #330231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330231 is #CCFDCE. Grayscale: #151515. Windows color (decimal): -13434319 or 3211827. OLE color: 3211827.

HSL color Cylindrical-coordinate representation of color #330231: hue angle of 302.45º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #330231 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 2 49 -
CMYK 0 0.96 0.04 0.8
HSL 302.45º 0.92% 0.1% -
HSV(B) 302.45º 0.96% 0.2% -
XYZ 1.94 0.97 2.99 -
YUV 22.01 143.23 148.68 -
System Red Green Blue C M Y K H S L
Decimal 51 2 49 0 0.96 0.04 0.8 302.45 0.92 0.1
Hex 33 2 31 0 60 4 50 12E 5C A
Octal 63 2 61 0 140 4 120 456 134 12
Binary 110011 10 110001 0 1100000 100 1010000 100101110 1011100 1010

Color Harmonies of #330231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330231

Black with #330231

Text Example


Text Example

White with #330231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330231; }

 p { color: rgb(51,2,49); }

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

background-color css

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

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

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

border-color css

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

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

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