#2F260B

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

Shades of Maire #2F260B

Tints of Maire #2F260B

Color information

#2F260B (or 0x2F260B) is unknown color: approx Maire. HEX triplet: 2F, 26 and 0B. RGB value is (47,38,11). Sum of RGB (Red+Green+Blue) = 47+38+11=96 (12% of max value = 765). Red value is 47 (18.75% from 255 or 48.96% from 96); Green value is 38 (15.23% from 255 or 39.58% from 96); Blue value is 11 (4.69% from 255 or 11.46% from 96); Max value from RGB is 47 - color contains mainly: red. Hex color #2F260B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F260B is #D0D9F4. Grayscale: #252525. Windows color (decimal): -13687285 or 730671. OLE color: 730671.

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

Color convert

RGB473811-
CMYK00.190.770.82
HSL45º62.07%11.37%-
HSV(B)45º76.6%18.43%-
XYZ1.932.010.6-
YUV37.61112.98134.7-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 48.96%
GREEN value IS 38 (15.23% from 255) = 39.58%
BLUE value IS 11 (4.69% from 255) = 11.46%
R=48.96%
G=39.58%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.77
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47381100.190.770.824562.0711.37
Hex2F26B0134D522d3eb
Octal574613023115122557613
Binary1011111001101011010011100110110100101011011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F260B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,38,11); }

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

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

 a { background-color: rgb(47,38,11); }

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

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

 span { border-color: rgb(47,38,11); }

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