#33012E

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

Shades of Mardi Gras #33012E

Tints of Mardi Gras #33012E

Color information

#33012E (or 0x33012E) is unknown color: approx Mardi Gras. HEX triplet: 33, 01 and 2E. RGB value is (51,1,46). Sum of RGB (Red+Green+Blue) = 51+1+46=98 (12% of max value = 765). Red value is 51 (20.31% from 255 or 52.04% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 46 (18.36% from 255 or 46.94% from 98); Max value from RGB is 51 - color contains mainly: red. Hex color #33012E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33012E is #CCFED1. Grayscale: #141414. Windows color (decimal): -13434578 or 3014963. OLE color: 3014963.

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

Color convert

RGB51146-
CMYK00.980.100.8
HSL306º96.15%10.2%-
HSV(B)306º98.04%20%-
XYZ1.870.922.66-
YUV21.08142.06149.34-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 52.04%
GREEN value IS 1 (0.78% from 255) = 1.02%
BLUE value IS 46 (18.36% from 255) = 46.94%
R=52.04%
G=1.02%
B=46.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.10
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5114600.980.100.830696.1510.2
Hex3312E062A5013260a
Octal6315601421212046214012
Binary1100111101110011000101010101000010011001011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33012E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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