#2F252F

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

Shades of Mardi Gras #2F252F

Tints of Mardi Gras #2F252F

Color information

#2F252F (or 0x2F252F) is unknown color: approx Mardi Gras. HEX triplet: 2F, 25 and 2F. RGB value is (47,37,47). Sum of RGB (Red+Green+Blue) = 47+37+47=131 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.88% from 131); Green value is 37 (14.84% from 255 or 28.24% from 131); Blue value is 47 (18.75% from 255 or 35.88% from 131); Max value from RGB is 47 - color contains mainly: red, blue. Hex color #2F252F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F252F is #D0DAD0. Grayscale: #292929. Windows color (decimal): -13687505 or 3089711. OLE color: 3089711.

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

Color convert

RGB473747-
CMYK00.2100.82
HSL300º11.9%16.47%-
HSV(B)300º21.28%18.43%-
XYZ2.352.132.98-
YUV41.13131.31132.19-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 35.88%
GREEN value IS 37 (14.84% from 255) = 28.24%
BLUE value IS 47 (18.75% from 255) = 35.88%
R=35.88%
G=28.24%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47374700.2100.8230011.916.47
Hex2F252F01505212cc10
Octal57455702501224541420
Binary10111110010110111101010101010010100101100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F252F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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