#2F0E2A

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

Shades of Mardi Gras #2F0E2A

Tints of Mardi Gras #2F0E2A

Color information

#2F0E2A (or 0x2F0E2A) is unknown color: approx Mardi Gras. HEX triplet: 2F, 0E and 2A. RGB value is (47,14,42). Sum of RGB (Red+Green+Blue) = 47+14+42=103 (13% of max value = 765). Red value is 47 (18.75% from 255 or 45.63% from 103); Green value is 14 (5.86% from 255 or 13.59% from 103); Blue value is 42 (16.80% from 255 or 40.78% from 103); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0E2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0E2A is #D0F1D5. Grayscale: #1A1A1A. Windows color (decimal): -13693398 or 2756143. OLE color: 2756143.

HSL color Cylindrical-coordinate representation of color #2F0E2A: hue angle of 309.09º degrees, saturation: 0.54, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F0E2A is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.82.

Color convert

RGB471442-
CMYK00.700.110.82
HSL309.09º54.1%11.96%-
HSV(B)309.09º70.21%18.43%-
XYZ1.751.092.31-
YUV27.06136.43142.22-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 45.63%
GREEN value IS 14 (5.86% from 255) = 13.59%
BLUE value IS 42 (16.80% from 255) = 40.78%
R=45.63%
G=13.59%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.11
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47144200.700.110.82309.0954.111.96
Hex2FE2A046B5213536c
Octal5716520106131224656614
Binary101111111010101001000110101110100101001101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,14,42); }

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

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

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

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

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

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

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