Html Css Color HEX #330034 Mardi Gras

📋 copy color: '#330034'

red 51 ◦ green 0 ◦ blue 52

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

Shades of Mardi Gras #330034

Tints of Mardi Gras #330034

RGB

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

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

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

R = 49.51%
G = 0%
B = 50.49%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#330034 (or 0x330034) is known color: Mardi Gras. HEX triplet: 33, 00 and 34. RGB value is (51,0,52). Sum of RGB (Red+Green+Blue) = 51+0+52=103 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.51% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 52 (20.70% from 255 or 50.49% from 103); Max value from RGB is 52 - color contains mainly: blue. Hex color #330034 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330034 is #CCFFCB. Grayscale: #151515. Windows color (decimal): -13434828 or 3407923. OLE color: 3407923.

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

Color convert

RGB 51 0 52 -
CMYK 0.02 1 0 0.80
HSL 298.85º 1% 0.1% -
HSV(B) 298.85º 1% 0.2% -
XYZ 1.99 0.95 3.33 -
YUV 21.18 145.4 149.27 -
System Red Green Blue C M Y K H S L
Decimal 51 0 52 0.02 1 0 0.80 298.85 1 0.1
Hex 33 0 34 2 64 0 50 12B 64 A
Octal 63 0 64 2 144 0 120 453 144 12
Binary 110011 0 110100 10 1100100 0 1010000 100101011 1100100 1010

Color Harmonies of #330034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330034

Black with #330034

Text Example


Text Example

White with #330034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330034; }

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

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

background-color css

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

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

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

border-color css

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

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

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