#330E2F

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

Shades of Mardi Gras #330E2F

Tints of Mardi Gras #330E2F

Color information

#330E2F (or 0x330E2F) is unknown color: approx Mardi Gras. HEX triplet: 33, 0E and 2F. RGB value is (51,14,47). Sum of RGB (Red+Green+Blue) = 51+14+47=112 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.54% from 112); Green value is 14 (5.86% from 255 or 12.5% from 112); Blue value is 47 (18.75% from 255 or 41.96% from 112); Max value from RGB is 51 - color contains mainly: red. Hex color #330E2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330E2F is #CCF1D0. Grayscale: #1C1C1C. Windows color (decimal): -13431249 or 3083827. OLE color: 3083827.

HSL color Cylindrical-coordinate representation of color #330E2F: hue angle of 306.49º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #330E2F is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.8.

Color convert

RGB511447-
CMYK00.730.080.8
HSL306.49º56.92%12.75%-
HSV(B)306.49º72.55%20%-
XYZ2.041.222.82-
YUV28.82138.26143.82-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.54%
GREEN value IS 14 (5.86% from 255) = 12.5%
BLUE value IS 47 (18.75% from 255) = 41.96%
R=45.54%
G=12.5%
B=41.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.08
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51144700.730.080.8306.4956.9212.75
Hex33E2F04985013239d
Octal6316570111101204627115
Binary110011111010111101001001100010100001001100101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,14,47); }

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

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

 a { background-color: rgb(51,14,47); }

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

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

 span { border-color: rgb(51,14,47); }

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