#330934

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

Shades of Mardi Gras #330934

Tints of Mardi Gras #330934

Color information

#330934 (or 0x330934) is unknown color: approx Mardi Gras. HEX triplet: 33, 09 and 34. RGB value is (51,9,52). Sum of RGB (Red+Green+Blue) = 51+9+52=112 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.54% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 52 (20.70% from 255 or 46.43% from 112); Max value from RGB is 52 - color contains mainly: blue. Hex color #330934 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330934 is #CCF6CB. Grayscale: #1A1A1A. Windows color (decimal): -13432524 or 3410227. OLE color: 3410227.

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

Color convert

RGB51952-
CMYK0.020.8300.80
HSL298.6º70.49%11.96%-
HSV(B)298.6º82.69%20.39%-
XYZ2.081.153.36-
YUV26.46142.41145.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.54%
GREEN value IS 9 (3.91% from 255) = 8.04%
BLUE value IS 52 (20.70% from 255) = 46.43%
R=45.54%
G=8.04%
B=46.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal519520.020.8300.80298.670.4911.96
Hex3393425305012b46c
Octal6311642123012045310614
Binary11001110011101001010100110101000010010101110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330934; }

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

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

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

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

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

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

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

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