#330831

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

Shades of Mardi Gras #330831

Tints of Mardi Gras #330831

Color information

#330831 (or 0x330831) is unknown color: approx Mardi Gras. HEX triplet: 33, 08 and 31. RGB value is (51,8,49). Sum of RGB (Red+Green+Blue) = 51+8+49=108 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.22% from 108); Green value is 8 (3.52% from 255 or 7.41% from 108); Blue value is 49 (19.53% from 255 or 45.37% from 108); Max value from RGB is 51 - color contains mainly: red. Hex color #330831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330831 is #CCF7CE. Grayscale: #191919. Windows color (decimal): -13432783 or 3213363. OLE color: 3213363.

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

Color convert

RGB51849-
CMYK00.840.040.8
HSL302.79º72.88%11.57%-
HSV(B)302.79º84.31%20%-
XYZ2.011.13.01-
YUV25.53141.25146.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 47.22%
GREEN value IS 8 (3.52% from 255) = 7.41%
BLUE value IS 49 (19.53% from 255) = 45.37%
R=47.22%
G=7.41%
B=45.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.04
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5184900.840.040.8302.7972.8811.57
Hex3383105445012f49c
Octal6310610124412045711114
Binary110011100011000101010100100101000010010111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330831; }

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

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

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

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

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

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

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

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