Html Css Color HEX #330131 Mardi Gras

📋 copy color: '#330131'

red 51 ◦ green 1 ◦ blue 49

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

Shades of Mardi Gras #330131

Tints of Mardi Gras #330131

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.99%

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

R = 50.5%
G = 0.99%
B = 48.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.8

RGB Variations

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

Color information

#330131 (or 0x330131) is known color: Mardi Gras. HEX triplet: 33, 01 and 31. RGB value is (51,1,49). Sum of RGB (Red+Green+Blue) = 51+1+49=101 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50.50% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 49 (19.53% from 255 or 48.51% from 101); Max value from RGB is 51 - color contains mainly: red. Hex color #330131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330131 is #CCFECE. Grayscale: #151515. Windows color (decimal): -13434575 or 3211571. OLE color: 3211571.

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

Color convert

RGB 51 1 49 -
CMYK 0 0.98 0.04 0.8
HSL 302.4º 0.96% 0.1% -
HSV(B) 302.4º 0.98% 0.2% -
XYZ 1.93 0.95 2.99 -
YUV 21.42 143.57 149.1 -
System Red Green Blue C M Y K H S L
Decimal 51 1 49 0 0.98 0.04 0.8 302.4 0.96 0.1
Hex 33 1 31 0 62 4 50 12E 60 A
Octal 63 1 61 0 142 4 120 456 140 12
Binary 110011 1 110001 0 1100010 100 1010000 100101110 1100000 1010

Color Harmonies of #330131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330131

Black with #330131

Text Example


Text Example

White with #330131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330131; }

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

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

background-color css

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

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

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

border-color css

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

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

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