#2F2815

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

Shades of Maire #2F2815

Tints of Maire #2F2815

Color information

#2F2815 (or 0x2F2815) is unknown color: approx Maire. HEX triplet: 2F, 28 and 15. RGB value is (47,40,21). Sum of RGB (Red+Green+Blue) = 47+40+21=108 (14% of max value = 765). Red value is 47 (18.75% from 255 or 43.52% from 108); Green value is 40 (16.02% from 255 or 37.04% from 108); Blue value is 21 (8.59% from 255 or 19.44% from 108); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2815 is #D0D7EA. Grayscale: #282828. Windows color (decimal): -13686763 or 1386543. OLE color: 1386543.

HSL color Cylindrical-coordinate representation of color #2F2815: hue angle of 43.85º 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 #2F2815 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.82.

Color convert

RGB474021-
CMYK00.150.550.82
HSL43.85º38.24%13.33%-
HSV(B)43.85º55.32%18.43%-
XYZ2.072.181.02-
YUV39.93117.32133.04-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 43.52%
GREEN value IS 40 (16.02% from 255) = 37.04%
BLUE value IS 21 (8.59% from 255) = 19.44%
R=43.52%
G=37.04%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47402100.150.550.8243.8538.2413.33
Hex2F28150F37522c26d
Octal57502501767122544615
Binary101111101000101010111111011110100101011001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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