#2F162F

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

Shades of Mardi Gras #2F162F

Tints of Mardi Gras #2F162F

Color information

#2F162F (or 0x2F162F) is unknown color: approx Mardi Gras. HEX triplet: 2F, 16 and 2F. RGB value is (47,22,47). Sum of RGB (Red+Green+Blue) = 47+22+47=116 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.52% from 116); Green value is 22 (8.98% from 255 or 18.97% from 116); Blue value is 47 (18.75% from 255 or 40.52% from 116); Max value from RGB is 47 - color contains mainly: red, blue. Hex color #2F162F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F162F is #D0E9D0. Grayscale: #202020. Windows color (decimal): -13691345 or 3085871. OLE color: 3085871.

HSL color Cylindrical-coordinate representation of color #2F162F: hue angle of 300º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F162F is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB472247-
CMYK00.5300.82
HSL300º36.23%13.53%-
HSV(B)300º53.19%18.43%-
XYZ1.971.382.85-
YUV32.33136.28138.47-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 40.52%
GREEN value IS 22 (8.98% from 255) = 18.97%
BLUE value IS 47 (18.75% from 255) = 40.52%
R=40.52%
G=18.97%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47224700.5300.8230036.2313.53
Hex2F162F03505212c24e
Octal57265706501224544416
Binary101111101101011110110101010100101001011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F162F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F162F; }

 p { color: rgb(47,22,47); }

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

<style>
 a { background-color: #2F162F; }

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

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

<style>
 span { border-color: #2F162F; }

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

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