#2F262F

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

Shades of Mardi Gras #2F262F

Tints of Mardi Gras #2F262F

Color information

#2F262F (or 0x2F262F) is unknown color: approx Mardi Gras. HEX triplet: 2F, 26 and 2F. RGB value is (47,38,47). Sum of RGB (Red+Green+Blue) = 47+38+47=132 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.61% from 132); Green value is 38 (15.23% from 255 or 28.79% from 132); Blue value is 47 (18.75% from 255 or 35.61% from 132); Max value from RGB is 47 - color contains mainly: red, blue. Hex color #2F262F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F262F is #D0D9D0. Grayscale: #292929. Windows color (decimal): -13687249 or 3089967. OLE color: 3089967.

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

Color convert

RGB473847-
CMYK00.1900.82
HSL300º10.59%16.67%-
HSV(B)300º19.15%18.43%-
XYZ2.382.22.99-
YUV41.72130.98131.77-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 35.61%
GREEN value IS 38 (15.23% from 255) = 28.79%
BLUE value IS 47 (18.75% from 255) = 35.61%
R=35.61%
G=28.79%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47384700.1900.8230010.5916.67
Hex2F262F01305212cb11
Octal57465702301224541321
Binary10111110011010111101001101010010100101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F262F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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