#330B38

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

Shades of Mardi Gras #330B38

Tints of Mardi Gras #330B38

Color information

#330B38 (or 0x330B38) is unknown color: approx Mardi Gras. HEX triplet: 33, 0B and 38. RGB value is (51,11,56). Sum of RGB (Red+Green+Blue) = 51+11+56=118 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.22% from 118); Green value is 11 (4.69% from 255 or 9.32% from 118); Blue value is 56 (22.27% from 255 or 47.46% from 118); Max value from RGB is 56 - color contains mainly: blue. Hex color #330B38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330B38 is #CCF4C7. Grayscale: #1B1B1B. Windows color (decimal): -13432008 or 3672883. OLE color: 3672883.

HSL color Cylindrical-coordinate representation of color #330B38: hue angle of 293.33º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #330B38 is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB511156-
CMYK0.090.8000.78
HSL293.33º67.16%13.14%-
HSV(B)293.33º80.36%21.96%-
XYZ2.21.233.86-
YUV28.09143.75144.34-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.22%
GREEN value IS 11 (4.69% from 255) = 9.32%
BLUE value IS 56 (22.27% from 255) = 47.46%
R=43.22%
G=9.32%
B=47.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5111560.090.8000.78293.3367.1613.14
Hex33B3895004E12543d
Octal63137011120011644510315
Binary1100111011111000100110100000100111010010010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330B38; }

 p { color: rgb(51,11,56); }

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

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

 a { background-color: rgb(51,11,56); }

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

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

 span { border-color: rgb(51,11,56); }

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