#2F270C

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

Shades of Maire #2F270C

Tints of Maire #2F270C

Color information

#2F270C (or 0x2F270C) is unknown color: approx Maire. HEX triplet: 2F, 27 and 0C. RGB value is (47,39,12). Sum of RGB (Red+Green+Blue) = 47+39+12=98 (12% of max value = 765). Red value is 47 (18.75% from 255 or 47.96% from 98); Green value is 39 (15.62% from 255 or 39.80% from 98); Blue value is 12 (5.08% from 255 or 12.24% from 98); Max value from RGB is 47 - color contains mainly: red. Hex color #2F270C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F270C is #D0D8F3. Grayscale: #262626. Windows color (decimal): -13687028 or 796463. OLE color: 796463.

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

Color convert

RGB473912-
CMYK00.170.740.82
HSL46.29º59.32%11.57%-
HSV(B)46.29º74.47%18.43%-
XYZ1.962.080.65-
YUV38.31113.15134.2-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 47.96%
GREEN value IS 39 (15.62% from 255) = 39.80%
BLUE value IS 12 (5.08% from 255) = 12.24%
R=47.96%
G=39.80%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.74
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47391200.170.740.8246.2959.3211.57
Hex2F27C0114A522e3bc
Octal574714021112122567314
Binary1011111001111100010001100101010100101011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F270C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,39,12); }

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

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

 a { background-color: rgb(47,39,12); }

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

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

 span { border-color: rgb(47,39,12); }

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