#2F290F

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

Shades of Maire #2F290F

Tints of Maire #2F290F

Color information

#2F290F (or 0x2F290F) is unknown color: approx Maire. HEX triplet: 2F, 29 and 0F. RGB value is (47,41,15). Sum of RGB (Red+Green+Blue) = 47+41+15=103 (13% of max value = 765). Red value is 47 (18.75% from 255 or 45.63% from 103); Green value is 41 (16.41% from 255 or 39.81% from 103); Blue value is 15 (6.25% from 255 or 14.56% from 103); Max value from RGB is 47 - color contains mainly: red. Hex color #2F290F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F290F is #D0D6F0. Grayscale: #272727. Windows color (decimal): -13686513 or 993583. OLE color: 993583.

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

Color convert

RGB474115-
CMYK00.130.680.82
HSL48.75º51.61%12.16%-
HSV(B)48.75º68.09%18.43%-
XYZ2.052.220.77-
YUV39.83113.99133.11-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 45.63%
GREEN value IS 41 (16.41% from 255) = 39.81%
BLUE value IS 15 (6.25% from 255) = 14.56%
R=45.63%
G=39.81%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.68
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47411500.130.680.8248.7551.6112.16
Hex2F29F0D44523134c
Octal575117015104122616414
Binary101111101001111101101100010010100101100011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F290F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,41,15); }

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

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

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

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

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

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

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