#2F0E34

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

Shades of Mardi Gras #2F0E34

Tints of Mardi Gras #2F0E34

Color information

#2F0E34 (or 0x2F0E34) is unknown color: approx Mardi Gras. HEX triplet: 2F, 0E and 34. RGB value is (47,14,52). Sum of RGB (Red+Green+Blue) = 47+14+52=113 (14% of max value = 765). Red value is 47 (18.75% from 255 or 41.59% from 113); Green value is 14 (5.86% from 255 or 12.39% from 113); Blue value is 52 (20.70% from 255 or 46.02% from 113); Max value from RGB is 52 - color contains mainly: blue. Hex color #2F0E34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0E34 is #D0F1CB. Grayscale: #1C1C1C. Windows color (decimal): -13693388 or 3411503. OLE color: 3411503.

HSL color Cylindrical-coordinate representation of color #2F0E34: hue angle of 292.11º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F0E34 is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB471452-
CMYK0.100.7300.80
HSL292.11º57.58%12.94%-
HSV(B)292.11º73.08%20.39%-
XYZ1.951.173.37-
YUV28.2141.43141.41-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 41.59%
GREEN value IS 14 (5.86% from 255) = 12.39%
BLUE value IS 52 (20.70% from 255) = 46.02%
R=41.59%
G=12.39%
B=46.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4714520.100.7300.80292.1157.5812.94
Hex2FE34A490501243ad
Octal5716641211101204447215
Binary101111111011010010101001001010100001001001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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