#2F2C1B

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

Shades of Maire #2F2C1B

Tints of Maire #2F2C1B

Color information

#2F2C1B (or 0x2F2C1B) is unknown color: approx Maire. HEX triplet: 2F, 2C and 1B. RGB value is (47,44,27). Sum of RGB (Red+Green+Blue) = 47+44+27=118 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.83% from 118); Green value is 44 (17.58% from 255 or 37.29% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2C1B is #D0D3E4. Grayscale: #2B2B2B. Windows color (decimal): -13685733 or 1780783. OLE color: 1780783.

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

Color convert

RGB474427-
CMYK00.060.430.82
HSL51º27.03%14.51%-
HSV(B)51º42.55%18.43%-
XYZ2.272.481.4-
YUV42.96118.99130.88-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 39.83%
GREEN value IS 44 (17.58% from 255) = 37.29%
BLUE value IS 27 (10.94% from 255) = 22.88%
R=39.83%
G=37.29%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47442700.060.430.825127.0314.51
Hex2F2C1B062B52331bf
Octal5754330653122633317
Binary1011111011001101101101010111010010110011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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