#2F2809

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

Shades of Maire #2F2809

Tints of Maire #2F2809

Color information

#2F2809 (or 0x2F2809) is unknown color: approx Maire. HEX triplet: 2F, 28 and 09. RGB value is (47,40,9). Sum of RGB (Red+Green+Blue) = 47+40+9=96 (12% of max value = 765). Red value is 47 (18.75% from 255 or 48.96% from 96); Green value is 40 (16.02% from 255 or 41.67% from 96); Blue value is 9 (3.91% from 255 or 9.38% from 96); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2809 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2809 is #D0D7F6. Grayscale: #262626. Windows color (decimal): -13686775 or 600111. OLE color: 600111.

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

Color convert

RGB47409-
CMYK00.150.810.82
HSL48.95º67.86%10.98%-
HSV(B)48.95º80.85%18.43%-
XYZ1.982.140.57-
YUV38.56111.32134.02-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 48.96%
GREEN value IS 40 (16.02% from 255) = 41.67%
BLUE value IS 9 (3.91% from 255) = 9.38%
R=48.96%
G=41.67%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.81
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4740900.150.810.8248.9567.8610.98
Hex2F2890F51523144b
Octal5750110171211226110413
Binary1011111010001001011111010001101001011000110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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