#2F062C

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

Shades of Mardi Gras #2F062C

Tints of Mardi Gras #2F062C

Color information

#2F062C (or 0x2F062C) is unknown color: approx Mardi Gras. HEX triplet: 2F, 06 and 2C. RGB value is (47,6,44). Sum of RGB (Red+Green+Blue) = 47+6+44=97 (12% of max value = 765). Red value is 47 (18.75% from 255 or 48.45% from 97); Green value is 6 (2.73% from 255 or 6.19% from 97); Blue value is 44 (17.58% from 255 or 45.36% from 97); Max value from RGB is 47 - color contains mainly: red. Hex color #2F062C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F062C is #D0F9D3. Grayscale: #161616. Windows color (decimal): -13695444 or 2885167. OLE color: 2885167.

HSL color Cylindrical-coordinate representation of color #2F062C: hue angle of 304.39º degrees, saturation: 0.77, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2F062C is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.82.

Color convert

RGB47644-
CMYK00.870.060.82
HSL304.39º77.36%10.39%-
HSV(B)304.39º87.23%18.43%-
XYZ1.690.922.47-
YUV22.59140.08145.41-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 48.45%
GREEN value IS 6 (2.73% from 255) = 6.19%
BLUE value IS 44 (17.58% from 255) = 45.36%
R=48.45%
G=6.19%
B=45.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.06
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4764400.870.060.82304.3977.3610.39
Hex2F62C0576521304da
Octal576540127612246011512
Binary10111111010110001010111110101001010011000010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F062C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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