#2F2B15

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

Shades of Maire #2F2B15

Tints of Maire #2F2B15

Color information

#2F2B15 (or 0x2F2B15) is unknown color: approx Maire. HEX triplet: 2F, 2B and 15. RGB value is (47,43,21). Sum of RGB (Red+Green+Blue) = 47+43+21=111 (14% of max value = 765). Red value is 47 (18.75% from 255 or 42.34% from 111); Green value is 43 (17.19% from 255 or 38.74% from 111); Blue value is 21 (8.59% from 255 or 18.92% from 111); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2B15 is #D0D4EA. Grayscale: #292929. Windows color (decimal): -13685995 or 1387311. OLE color: 1387311.

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

Color convert

RGB474321-
CMYK00.090.550.82
HSL50.77º38.24%13.33%-
HSV(B)50.77º55.32%18.43%-
XYZ2.172.391.06-
YUV41.69116.33131.79-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 42.34%
GREEN value IS 43 (17.19% from 255) = 38.74%
BLUE value IS 21 (8.59% from 255) = 18.92%
R=42.34%
G=38.74%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47432100.090.550.8250.7738.2413.33
Hex2F2B150937523326d
Octal57532501167122634615
Binary101111101011101010100111011110100101100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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