#2F2B03

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

Shades of Maire #2F2B03

Tints of Maire #2F2B03

Color information

#2F2B03 (or 0x2F2B03) is unknown color: approx Maire. HEX triplet: 2F, 2B and 03. RGB value is (47,43,3). Sum of RGB (Red+Green+Blue) = 47+43+3=93 (12% of max value = 765). Red value is 47 (18.75% from 255 or 50.54% from 93); Green value is 43 (17.19% from 255 or 46.24% from 93); Blue value is 3 (1.56% from 255 or 3.23% from 93); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2B03 is #D0D4FC. Grayscale: #272727. Windows color (decimal): -13686013 or 207663. OLE color: 207663.

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

Color convert

RGB47433-
CMYK00.090.940.82
HSL54.55º88%9.8%-
HSV(B)54.55º93.62%18.43%-
XYZ2.052.340.43-
YUV39.64107.33133.25-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 50.54%
GREEN value IS 43 (17.19% from 255) = 46.24%
BLUE value IS 3 (1.56% from 255) = 3.23%
R=50.54%
G=46.24%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.94
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4743300.090.940.8254.55889.8
Hex2F2B3095E523758a
Octal575330111361226713012
Binary10111110101111010011011110101001011011110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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