#2F272F

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

Shades of Mardi Gras #2F272F

Tints of Mardi Gras #2F272F

Color information

#2F272F (or 0x2F272F) is unknown color: approx Mardi Gras. HEX triplet: 2F, 27 and 2F. RGB value is (47,39,47). Sum of RGB (Red+Green+Blue) = 47+39+47=133 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.34% from 133); Green value is 39 (15.62% from 255 or 29.32% from 133); Blue value is 47 (18.75% from 255 or 35.34% from 133); Max value from RGB is 47 - color contains mainly: red, blue. Hex color #2F272F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F272F is #D0D8D0. Grayscale: #2A2A2A. Windows color (decimal): -13686993 or 3090223. OLE color: 3090223.

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

Color convert

RGB473947-
CMYK00.1700.82
HSL300º9.3%16.86%-
HSV(B)300º17.02%18.43%-
XYZ2.412.263-
YUV42.3130.65131.35-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 35.34%
GREEN value IS 39 (15.62% from 255) = 29.32%
BLUE value IS 47 (18.75% from 255) = 35.34%
R=35.34%
G=29.32%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47394700.1700.823009.316.86
Hex2F272F01105212c911
Octal57475702101224541121
Binary10111110011110111101000101010010100101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F272F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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