Html Css Color HEX #330032 Mardi Gras

📋 copy color: '#330032'

red 51 ◦ green 0 ◦ blue 50

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

Shades of Mardi Gras #330032

Tints of Mardi Gras #330032

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 50 (19.92% from 255) = 49.5%

R = 50.5%
G = 0%
B = 49.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.8

RGB Variations

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

Color information

#330032 (or 0x330032) is known color: Mardi Gras. HEX triplet: 33, 00 and 32. RGB value is (51,0,50). Sum of RGB (Red+Green+Blue) = 51+0+50=101 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50.50% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 50 (19.92% from 255 or 49.50% from 101); Max value from RGB is 51 - color contains mainly: red. Hex color #330032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330032 is #CCFFCD. Grayscale: #141414. Windows color (decimal): -13434830 or 3276851. OLE color: 3276851.

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

Color convert

RGB 51 0 50 -
CMYK 0 1 0.02 0.8
HSL 301.18º 1% 0.1% -
HSV(B) 301.18º 1% 0.2% -
XYZ 1.94 0.93 3.1 -
YUV 20.95 144.4 149.43 -
System Red Green Blue C M Y K H S L
Decimal 51 0 50 0 1 0.02 0.8 301.18 1 0.1
Hex 33 0 32 0 64 2 50 12D 64 A
Octal 63 0 62 0 144 2 120 455 144 12
Binary 110011 0 110010 0 1100100 10 1010000 100101101 1100100 1010

Color Harmonies of #330032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330032

Black with #330032

Text Example


Text Example

White with #330032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330032; }

 p { color: rgb(51,0,50); }

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

background-color css

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

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

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

border-color css

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

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

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