#330F34

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

Shades of Mardi Gras #330F34

Tints of Mardi Gras #330F34

Color information

#330F34 (or 0x330F34) is unknown color: approx Mardi Gras. HEX triplet: 33, 0F and 34. RGB value is (51,15,52). Sum of RGB (Red+Green+Blue) = 51+15+52=118 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.22% from 118); Green value is 15 (6.25% from 255 or 12.71% from 118); Blue value is 52 (20.70% from 255 or 44.07% from 118); Max value from RGB is 52 - color contains mainly: blue. Hex color #330F34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330F34 is #CCF0CB. Grayscale: #1D1D1D. Windows color (decimal): -13430988 or 3411763. OLE color: 3411763.

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

Color convert

RGB511552-
CMYK0.020.7100.80
HSL298.38º55.22%13.14%-
HSV(B)298.38º71.15%20.39%-
XYZ2.161.293.38-
YUV29.98140.43142.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.22%
GREEN value IS 15 (6.25% from 255) = 12.71%
BLUE value IS 52 (20.70% from 255) = 44.07%
R=43.22%
G=12.71%
B=44.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5115520.020.7100.80298.3855.2213.14
Hex33F3424705012a37d
Octal631764210701204526715
Binary1100111111110100101000111010100001001010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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