Html Css Color HEX #330332 Mardi Gras

📋 copy color: '#330332'

red 51 ◦ green 3 ◦ blue 50

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

Shades of Mardi Gras #330332

Tints of Mardi Gras #330332

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.88%

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

R = 49.04%
G = 2.88%
B = 48.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.8

RGB Variations

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

Color information

#330332 (or 0x330332) is known color: Mardi Gras. HEX triplet: 33, 03 and 32. RGB value is (51,3,50). Sum of RGB (Red+Green+Blue) = 51+3+50=104 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.04% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 50 (19.92% from 255 or 48.08% from 104); Max value from RGB is 51 - color contains mainly: red. Hex color #330332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330332 is #CCFCCD. Grayscale: #161616. Windows color (decimal): -13434062 or 3277619. OLE color: 3277619.

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

Color convert

RGB 51 3 50 -
CMYK 0 0.94 0.02 0.8
HSL 301.25º 0.89% 0.11% -
HSV(B) 301.25º 0.94% 0.2% -
XYZ 1.97 1 3.11 -
YUV 22.71 143.4 148.18 -
System Red Green Blue C M Y K H S L
Decimal 51 3 50 0 0.94 0.02 0.8 301.25 0.89 0.11
Hex 33 3 32 0 5E 2 50 12D 59 B
Octal 63 3 62 0 136 2 120 455 131 13
Binary 110011 11 110010 0 1011110 10 1010000 100101101 1011001 1011

Color Harmonies of #330332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330332

Black with #330332

Text Example


Text Example

White with #330332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330332; }

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

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

background-color css

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

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

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

border-color css

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

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

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