Html Css Color HEX #330033 Mardi Gras

📋 copy color: '#330033'

red 51 ◦ green 0 ◦ blue 51

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

Shades of Mardi Gras #330033

Tints of Mardi Gras #330033

RGB

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

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

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

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#330033 (or 0x330033) is known color: Mardi Gras. HEX triplet: 33, 00 and 33. RGB value is (51,0,51). Sum of RGB (Red+Green+Blue) = 51+0+51=102 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 51 (20.31% from 255 or 50% from 102); Max value from RGB is 51 - color contains mainly: red, blue. Hex color #330033 is a web safe color. Inversed color of #330033 is #CCFFCC. Grayscale: #141414. Windows color (decimal): -13434829 or 3342387. OLE color: 3342387.

HSL color Cylindrical-coordinate representation of color #330033: hue angle of 300º 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 #330033 is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 0 51 -
CMYK 0 1 0 0.8
HSL 300º 1% 0.1% -
HSV(B) 300º 1% 0.2% -
XYZ 1.96 0.94 3.21 -
YUV 21.06 144.9 149.35 -
System Red Green Blue C M Y K H S L
Decimal 51 0 51 0 1 0 0.8 300 1 0.1
Hex 33 0 33 0 64 0 50 12C 64 A
Octal 63 0 63 0 144 0 120 454 144 12
Binary 110011 0 110011 0 1100100 0 1010000 100101100 1100100 1010

Color Harmonies of #330033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330033

Black with #330033

Text Example


Text Example

White with #330033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330033; }

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

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

background-color css

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

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

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

border-color css

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

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

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