#330E2E

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

Shades of Mardi Gras #330E2E

Tints of Mardi Gras #330E2E

Color information

#330E2E (or 0x330E2E) is unknown color: approx Mardi Gras. HEX triplet: 33, 0E and 2E. RGB value is (51,14,46). Sum of RGB (Red+Green+Blue) = 51+14+46=111 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.95% from 111); Green value is 14 (5.86% from 255 or 12.61% from 111); Blue value is 46 (18.36% from 255 or 41.44% from 111); Max value from RGB is 51 - color contains mainly: red. Hex color #330E2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330E2E is #CCF1D1. Grayscale: #1C1C1C. Windows color (decimal): -13431250 or 3018291. OLE color: 3018291.

HSL color Cylindrical-coordinate representation of color #330E2E: hue angle of 308.11º 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 #330E2E is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.8.

Color convert

RGB511446-
CMYK00.730.100.8
HSL308.11º56.92%12.75%-
HSV(B)308.11º72.55%20%-
XYZ2.021.222.71-
YUV28.71137.76143.9-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.95%
GREEN value IS 14 (5.86% from 255) = 12.61%
BLUE value IS 46 (18.36% from 255) = 41.44%
R=45.95%
G=12.61%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.10
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51144600.730.100.8308.1156.9212.75
Hex33E2E049A5013439d
Octal6316560111121204647115
Binary110011111010111001001001101010100001001101001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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