Html Css Color HEX #330330 Mardi Gras

📋 copy color: '#330330'

red 51 ◦ green 3 ◦ blue 48

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

Shades of Mardi Gras #330330

Tints of Mardi Gras #330330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 47.06%

R = 50%
G = 2.94%
B = 47.06%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.8

RGB Variations

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

Color information

#330330 (or 0x330330) is known color: Mardi Gras. HEX triplet: 33, 03 and 30. RGB value is (51,3,48). Sum of RGB (Red+Green+Blue) = 51+3+48=102 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50% from 102); Green value is 3 (1.56% from 255 or 2.94% from 102); Blue value is 48 (19.14% from 255 or 47.06% from 102); Max value from RGB is 51 - color contains mainly: red. Hex color #330330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330330 is #CCFCCF. Grayscale: #161616. Windows color (decimal): -13434064 or 3146547. OLE color: 3146547.

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

Color convert

RGB 51 3 48 -
CMYK 0 0.94 0.06 0.8
HSL 303.75º 0.89% 0.11% -
HSV(B) 303.75º 0.94% 0.2% -
XYZ 1.93 0.98 2.88 -
YUV 22.48 142.4 148.34 -
System Red Green Blue C M Y K H S L
Decimal 51 3 48 0 0.94 0.06 0.8 303.75 0.89 0.11
Hex 33 3 30 0 5E 6 50 130 59 B
Octal 63 3 60 0 136 6 120 460 131 13
Binary 110011 11 110000 0 1011110 110 1010000 100110000 1011001 1011

Color Harmonies of #330330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330330

Black with #330330

Text Example


Text Example

White with #330330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330330; }

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

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

background-color css

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

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

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

border-color css

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

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

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