#330034

Color #330034 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #330034

Tints of Mardi Gras #330034

Color information

#330034 (or 0x330034) is unknown color: approx 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

RGB51052-
CMYK0.02100.80
HSL298.85º100%10.2%-
HSV(B)298.85º100%20.39%-
XYZ1.990.953.33-
YUV21.18145.4149.27-

RGB Variations

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

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.70% from 255) = 50.49%
R=49.51%
G=0%
B=50.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal510520.02100.80298.8510010.2
Hex3303426405012b64a
Octal630642144012045314412
Binary11001101101001011001000101000010010101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>