#330834

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

Shades of Mardi Gras #330834

Tints of Mardi Gras #330834

Color information

#330834 (or 0x330834) is unknown color: approx Mardi Gras. HEX triplet: 33, 08 and 34. RGB value is (51,8,52). Sum of RGB (Red+Green+Blue) = 51+8+52=111 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.95% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 52 (20.70% from 255 or 46.85% from 111); Max value from RGB is 52 - color contains mainly: blue. Hex color #330834 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330834 is #CCF7CB. Grayscale: #191919. Windows color (decimal): -13432780 or 3409971. OLE color: 3409971.

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

Color convert

RGB51852-
CMYK0.020.8500.80
HSL298.64º73.33%11.76%-
HSV(B)298.64º84.62%20.39%-
XYZ2.071.133.36-
YUV25.87142.75145.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.95%
GREEN value IS 8 (3.52% from 255) = 7.21%
BLUE value IS 52 (20.70% from 255) = 46.85%
R=45.95%
G=7.21%
B=46.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal518520.020.8500.80298.6473.3311.76
Hex3383425505012b49c
Octal6310642125012045311114
Binary11001110001101001010101010101000010010101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330834; }

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

 H1.HeaderClassName
 {
   color: #330834;
 }
 .AnyTagClassName
 {
   color: #330834;
 }
</style>
background-color css

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

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

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

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

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

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