#33182F

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

Shades of Mardi Gras #33182F

Tints of Mardi Gras #33182F

Color information

#33182F (or 0x33182F) is unknown color: approx Mardi Gras. HEX triplet: 33, 18 and 2F. RGB value is (51,24,47). Sum of RGB (Red+Green+Blue) = 51+24+47=122 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.80% from 122); Green value is 24 (9.77% from 255 or 19.67% from 122); Blue value is 47 (18.75% from 255 or 38.52% from 122); Max value from RGB is 51 - color contains mainly: red. Hex color #33182F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33182F is #CCE7D0. Grayscale: #222222. Windows color (decimal): -13428689 or 3086387. OLE color: 3086387.

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

Color convert

RGB512447-
CMYK00.530.080.8
HSL308.89º36%14.71%-
HSV(B)308.89º52.94%20%-
XYZ2.21.562.87-
YUV34.69134.95139.63-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 41.80%
GREEN value IS 24 (9.77% from 255) = 19.67%
BLUE value IS 47 (18.75% from 255) = 38.52%
R=41.80%
G=19.67%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51244700.530.080.8308.893614.71
Hex33182F03585013524f
Octal633057065101204654417
Binary110011110001011110110101100010100001001101011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33182F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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