#33092E

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

Shades of Mardi Gras #33092E

Tints of Mardi Gras #33092E

Color information

#33092E (or 0x33092E) is unknown color: approx Mardi Gras. HEX triplet: 33, 09 and 2E. RGB value is (51,9,46). Sum of RGB (Red+Green+Blue) = 51+9+46=106 (14% of max value = 765). Red value is 51 (20.31% from 255 or 48.11% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 46 (18.36% from 255 or 43.40% from 106); Max value from RGB is 51 - color contains mainly: red. Hex color #33092E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33092E is #CCF6D1. Grayscale: #191919. Windows color (decimal): -13432530 or 3017011. OLE color: 3017011.

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

Color convert

RGB51946-
CMYK00.820.100.8
HSL307.14º70%11.76%-
HSV(B)307.14º82.35%20%-
XYZ1.961.12.69-
YUV25.78139.41145.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 48.11%
GREEN value IS 9 (3.91% from 255) = 8.49%
BLUE value IS 46 (18.36% from 255) = 43.40%
R=48.11%
G=8.49%
B=43.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.10
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5194600.820.100.8307.147011.76
Hex3392E052A5013346c
Octal63115601221212046310614
Binary1100111001101110010100101010101000010011001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33092E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33092E; }

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

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

<style>
 a { background-color: #33092E; }

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

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

<style>
 span { border-color: #33092E; }

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

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