#2F2C23

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

Shades of Maire #2F2C23

Tints of Maire #2F2C23

Color information

#2F2C23 (or 0x2F2C23) is unknown color: approx Maire. HEX triplet: 2F, 2C and 23. RGB value is (47,44,35). Sum of RGB (Red+Green+Blue) = 47+44+35=126 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.30% from 126); Green value is 44 (17.58% from 255 or 34.92% from 126); Blue value is 35 (14.06% from 255 or 27.78% from 126); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2C23 is #D0D3DC. Grayscale: #2B2B2B. Windows color (decimal): -13685725 or 2305071. OLE color: 2305071.

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

Color convert

RGB474435-
CMYK00.060.260.82
HSL45º14.63%16.08%-
HSV(B)45º25.53%18.43%-
XYZ2.382.531.95-
YUV43.87122.99130.23-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 37.30%
GREEN value IS 44 (17.58% from 255) = 34.92%
BLUE value IS 35 (14.06% from 255) = 27.78%
R=37.30%
G=34.92%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47443500.060.260.824514.6316.08
Hex2F2C23061A522df10
Octal5754430632122551720
Binary1011111011001000110110110101010010101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,44,35); }

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

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

 a { background-color: rgb(47,44,35); }

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

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

 span { border-color: rgb(47,44,35); }

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