#2F2D21

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

Shades of Maire #2F2D21

Tints of Maire #2F2D21

Color information

#2F2D21 (or 0x2F2D21) is unknown color: approx Maire. HEX triplet: 2F, 2D and 21. RGB value is (47,45,33). Sum of RGB (Red+Green+Blue) = 47+45+33=125 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.6% from 125); Green value is 45 (17.97% from 255 or 36% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2D21 is #D0D2DE. Grayscale: #2C2C2C. Windows color (decimal): -13685471 or 2174255. OLE color: 2174255.

HSL color Cylindrical-coordinate representation of color #2F2D21: hue angle of 51.43º degrees, saturation: 0.18, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2F2D21 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.82.

Color convert

RGB474533-
CMYK00.040.300.82
HSL51.43º17.5%15.69%-
HSV(B)51.43º29.79%18.43%-
XYZ2.392.591.81-
YUV44.23121.66129.98-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 37.6%
GREEN value IS 45 (17.97% from 255) = 36%
BLUE value IS 33 (13.28% from 255) = 26.4%
R=37.6%
G=36%
B=26.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47453300.040.300.8251.4317.515.69
Hex2F2D21041E52331210
Octal5755410436122632220
Binary10111110110110000101001111010100101100111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,45,33); }

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

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

 a { background-color: rgb(47,45,33); }

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

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

 span { border-color: rgb(47,45,33); }

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