#2F2B10

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

Shades of Maire #2F2B10

Tints of Maire #2F2B10

Color information

#2F2B10 (or 0x2F2B10) is unknown color: approx Maire. HEX triplet: 2F, 2B and 10. RGB value is (47,43,16). Sum of RGB (Red+Green+Blue) = 47+43+16=106 (14% of max value = 765). Red value is 47 (18.75% from 255 or 44.34% from 106); Green value is 43 (17.19% from 255 or 40.57% from 106); Blue value is 16 (6.64% from 255 or 15.09% from 106); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2B10 is #D0D4EF. Grayscale: #292929. Windows color (decimal): -13686000 or 1059631. OLE color: 1059631.

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

Color convert

RGB474316-
CMYK00.090.660.82
HSL52.26º49.21%12.35%-
HSV(B)52.26º65.96%18.43%-
XYZ2.132.370.84-
YUV41.12113.83132.2-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 44.34%
GREEN value IS 43 (17.19% from 255) = 40.57%
BLUE value IS 16 (6.64% from 255) = 15.09%
R=44.34%
G=40.57%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.66
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47431600.090.660.8252.2649.2112.35
Hex2F2B100942523431c
Octal575320011102122646114
Binary1011111010111000001001100001010100101101001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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