#330836

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

Shades of Mardi Gras #330836

Tints of Mardi Gras #330836

Color information

#330836 (or 0x330836) is unknown color: approx Mardi Gras. HEX triplet: 33, 08 and 36. RGB value is (51,8,54). Sum of RGB (Red+Green+Blue) = 51+8+54=113 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.13% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 54 (21.48% from 255 or 47.79% from 113); Max value from RGB is 54 - color contains mainly: blue. Hex color #330836 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330836 is #CCF7C9. Grayscale: #191919. Windows color (decimal): -13432778 or 3541043. OLE color: 3541043.

HSL color Cylindrical-coordinate representation of color #330836: hue angle of 296.09º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #330836 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB51854-
CMYK0.060.8500.79
HSL296.09º74.19%12.16%-
HSV(B)296.09º85.19%21.18%-
XYZ2.121.143.6-
YUV26.1143.75145.76-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.13%
GREEN value IS 8 (3.52% from 255) = 7.08%
BLUE value IS 54 (21.48% from 255) = 47.79%
R=45.13%
G=7.08%
B=47.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal518540.060.8500.79296.0974.1912.16
Hex3383665504F1284ac
Octal6310666125011745011214
Binary110011100011011011010101010100111110010100010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330836; }

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

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

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

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

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

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

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

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