#330D34

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

Shades of Mardi Gras #330D34

Tints of Mardi Gras #330D34

Color information

#330D34 (or 0x330D34) is unknown color: approx Mardi Gras. HEX triplet: 33, 0D and 34. RGB value is (51,13,52). Sum of RGB (Red+Green+Blue) = 51+13+52=116 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.97% from 116); Green value is 13 (5.47% from 255 or 11.21% from 116); Blue value is 52 (20.70% from 255 or 44.83% from 116); Max value from RGB is 52 - color contains mainly: blue. Hex color #330D34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330D34 is #CCF2CB. Grayscale: #1C1C1C. Windows color (decimal): -13431500 or 3411251. OLE color: 3411251.

HSL color Cylindrical-coordinate representation of color #330D34: hue angle of 298.46º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #330D34 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB511352-
CMYK0.020.7500.80
HSL298.46º60%12.75%-
HSV(B)298.46º75%20.39%-
XYZ2.131.243.38-
YUV28.81141.09143.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.97%
GREEN value IS 13 (5.47% from 255) = 11.21%
BLUE value IS 52 (20.70% from 255) = 44.83%
R=43.97%
G=11.21%
B=44.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5113520.020.7500.80298.466012.75
Hex33D3424B05012a3cd
Octal631564211301204527415
Binary1100111101110100101001011010100001001010101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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