#330C2E

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

Shades of Mardi Gras #330C2E

Tints of Mardi Gras #330C2E

Color information

#330C2E (or 0x330C2E) is unknown color: approx Mardi Gras. HEX triplet: 33, 0C and 2E. RGB value is (51,12,46). Sum of RGB (Red+Green+Blue) = 51+12+46=109 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.79% from 109); Green value is 12 (5.08% from 255 or 11.01% from 109); Blue value is 46 (18.36% from 255 or 42.20% from 109); Max value from RGB is 51 - color contains mainly: red. Hex color #330C2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330C2E is #CCF3D1. Grayscale: #1B1B1B. Windows color (decimal): -13431762 or 3017779. OLE color: 3017779.

HSL color Cylindrical-coordinate representation of color #330C2E: hue angle of 307.69º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #330C2E is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.8.

Color convert

RGB511246-
CMYK00.760.100.8
HSL307.69º61.9%12.35%-
HSV(B)307.69º76.47%20%-
XYZ1.991.162.7-
YUV27.54138.42144.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 46.79%
GREEN value IS 12 (5.08% from 255) = 11.01%
BLUE value IS 46 (18.36% from 255) = 42.20%
R=46.79%
G=11.01%
B=42.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.10
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51124600.760.100.8307.6961.912.35
Hex33C2E04CA501343ec
Octal6314560114121204647614
Binary110011110010111001001100101010100001001101001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,12,46); }

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

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

 a { background-color: rgb(51,12,46); }

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

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

 span { border-color: rgb(51,12,46); }

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