Html Css Color HEX #330334 Mardi Gras

📋 copy color: '#330334'

red 51 ◦ green 3 ◦ blue 52

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

Shades of Mardi Gras #330334

Tints of Mardi Gras #330334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 49.06%

R = 48.11%
G = 2.83%
B = 49.06%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#330334 (or 0x330334) is known color: Mardi Gras. HEX triplet: 33, 03 and 34. RGB value is (51,3,52). Sum of RGB (Red+Green+Blue) = 51+3+52=106 (14% of max value = 765). Red value is 51 (20.31% from 255 or 48.11% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 52 (20.70% from 255 or 49.06% from 106); Max value from RGB is 52 - color contains mainly: blue. Hex color #330334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330334 is #CCFCCB. Grayscale: #161616. Windows color (decimal): -13434060 or 3408691. OLE color: 3408691.

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

Color convert

RGB 51 3 52 -
CMYK 0.02 0.94 0 0.80
HSL 298.78º 0.89% 0.11% -
HSV(B) 298.78º 0.94% 0.2% -
XYZ 2.02 1.02 3.34 -
YUV 22.94 144.4 148.02 -
System Red Green Blue C M Y K H S L
Decimal 51 3 52 0.02 0.94 0 0.80 298.78 0.89 0.11
Hex 33 3 34 2 5E 0 50 12B 59 B
Octal 63 3 64 2 136 0 120 453 131 13
Binary 110011 11 110100 10 1011110 0 1010000 100101011 1011001 1011

Color Harmonies of #330334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330334

Black with #330334

Text Example


Text Example

White with #330334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330334; }

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

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

background-color css

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

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

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

border-color css

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

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

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