#2F2B19

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

Shades of Maire #2F2B19

Tints of Maire #2F2B19

Color information

#2F2B19 (or 0x2F2B19) is unknown color: approx Maire. HEX triplet: 2F, 2B and 19. RGB value is (47,43,25). Sum of RGB (Red+Green+Blue) = 47+43+25=115 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.87% from 115); Green value is 43 (17.19% from 255 or 37.39% from 115); Blue value is 25 (10.16% from 255 or 21.74% from 115); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2B19 is #D0D4E6. Grayscale: #2A2A2A. Windows color (decimal): -13685991 or 1649455. OLE color: 1649455.

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

Color convert

RGB474325-
CMYK00.090.470.82
HSL49.09º30.56%14.12%-
HSV(B)49.09º46.81%18.43%-
XYZ2.212.41.27-
YUV42.14118.33131.46-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 40.87%
GREEN value IS 43 (17.19% from 255) = 37.39%
BLUE value IS 25 (10.16% from 255) = 21.74%
R=40.87%
G=37.39%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47432500.090.470.8249.0930.5614.12
Hex2F2B19092F52311fe
Octal57533101157122613716
Binary10111110101111001010011011111010010110001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,43,25); }

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

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

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

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

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

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

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