Html Css Color HEX #330134 Mardi Gras

📋 copy color: '#330134'

red 51 ◦ green 1 ◦ blue 52

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

Shades of Mardi Gras #330134

Tints of Mardi Gras #330134

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.96%

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

R = 49.04%
G = 0.96%
B = 50%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#330134 (or 0x330134) is known color: Mardi Gras. HEX triplet: 33, 01 and 34. RGB value is (51,1,52). Sum of RGB (Red+Green+Blue) = 51+1+52=104 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.04% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 52 (20.70% from 255 or 50% from 104); Max value from RGB is 52 - color contains mainly: blue. Hex color #330134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330134 is #CCFECB. Grayscale: #151515. Windows color (decimal): -13434572 or 3408179. OLE color: 3408179.

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

Color convert

RGB 51 1 52 -
CMYK 0.02 0.98 0 0.80
HSL 298.82º 0.96% 0.1% -
HSV(B) 298.82º 0.98% 0.2% -
XYZ 2 0.97 3.33 -
YUV 21.76 145.07 148.85 -
System Red Green Blue C M Y K H S L
Decimal 51 1 52 0.02 0.98 0 0.80 298.82 0.96 0.1
Hex 33 1 34 2 62 0 50 12B 60 A
Octal 63 1 64 2 142 0 120 453 140 12
Binary 110011 1 110100 10 1100010 0 1010000 100101011 1100000 1010

Color Harmonies of #330134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330134

Black with #330134

Text Example


Text Example

White with #330134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330134; }

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

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

background-color css

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

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

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

border-color css

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

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

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