#33062F

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

Shades of Mardi Gras #33062F

Tints of Mardi Gras #33062F

Color information

#33062F (or 0x33062F) is unknown color: approx Mardi Gras. HEX triplet: 33, 06 and 2F. RGB value is (51,6,47). Sum of RGB (Red+Green+Blue) = 51+6+47=104 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.04% from 104); Green value is 6 (2.73% from 255 or 5.77% from 104); Blue value is 47 (18.75% from 255 or 45.19% from 104); Max value from RGB is 51 - color contains mainly: red. Hex color #33062F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33062F is #CCF9D0. Grayscale: #181818. Windows color (decimal): -13433297 or 3081779. OLE color: 3081779.

HSL color Cylindrical-coordinate representation of color #33062F: hue angle of 305.33º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #33062F is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.8.

Color convert

RGB51647-
CMYK00.880.080.8
HSL305.33º78.95%11.18%-
HSV(B)305.33º88.24%20%-
XYZ1.941.042.79-
YUV24.13140.91147.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 49.04%
GREEN value IS 6 (2.73% from 255) = 5.77%
BLUE value IS 47 (18.75% from 255) = 45.19%
R=49.04%
G=5.77%
B=45.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.08
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5164700.880.080.8305.3378.9511.18
Hex3362F0588501314fb
Octal6365701301012046111713
Binary110011110101111010110001000101000010011000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33062F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33062F; }

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

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

<style>
 a { background-color: #33062F; }

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

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

<style>
 span { border-color: #33062F; }

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

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